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 | 甑???烝? | 1000110110011001001111110011111100111111111000000111111000111111 | 8d993f3f3fe07e3f |
EUC-JP | 甑???烝? | 1011100111111001001111110011111100111111110111111101111100111111 | b9f93f3f3fdfdf3f |
UTF-8 | 甑목렰렡烝렯 | 111001111001010010010001111010111010101010101001111010111010000010110000111010111010000010100001111001111000001110011101111010111010000010101111 | e79491ebaaa9eba0b0eba0a1e7839deba0af |
UHC | 甑목렰렡烝렯 | 111100011111011110111000111100011000111010111101100011101011001011110001111101101000111010111100 | f1f7b8f18ebd8eb2f1f68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)