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 | 影?ズ椰?? | 100010010110010100111111100000110101100110011110101111010011111100111111 | 89653f83599ebd3f3f |
EUC-JP | 影?ズ椰?? | 101100011100011000111111101001011011101011011100101111110011111100111111 | b1c63fa5badcbf3f3f |
UTF-8 | 影좂ズ椰됬뿏 | 111001011011110110110001111011001010001010000010111000111000001010111010111001101010010010110000111010111001000010101100111010111011111110001111 | e5bdb1eca282e382bae6a4b0eb90acebbf8f |
UHC | 影좂ズ椰됬뿏 | 111001111010111110100000111001111010101110111010111001011010101110001001111001111001011110010100 | e7afa0e7abbae5ab89e79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)