To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邵帝族ヘ | 11100111101110001001001011101001100100011011000011001101 | e7b892e991b0cd |
EUC-JP | 邵帝族ヘ | 1110111010111010110001001110101111000010101100101000111011001101 | eebac4ebc2b28ecd |
UTF-8 | 邵帝族ヘ | 111010011000001010110101111001011011100010011101111001101001011110001111111011111011111010001101 | e982b5e5b89de6978fefbe8d |
UHC | 邵帝族? | 11100001110100001111000010101000111100001110100100111111 | e1d0f0a8f0e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)