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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??邵??僥 | 0011111100111111111001111011100000111111001111111001100101000110 | 3f3fe7b83f3f9946 |
EUC-JP | ??邵??僥 | 0011111100111111111011101011101000111111001111111101000110100111 | 3f3feeba3f3fd1a7 |
UTF-8 | 쐛숰邵쐛了僥 | 111011001001000010011011111011001000100010110000111010011000001010110101111011001001000010011011111011111010011010111010111001011000001110100101 | ec909bec88b0e982b5ec909befa6bae583a5 |
UHC | 쐛숰邵쐛了僥 | 100111001000000110011010010010001110000111010000100111001000000111101000111001111110100011101001 | 9c819a48e1d09c81e8e7e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)