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 | 臂iそ矚 | 1110010001011101100000101000100110000010101110111110000111011111 | e45d828982bbe1df |
EUC-JP | 臂iそ矚 | 1110011110111110101000111110100110100100101111011110001011100001 | e7bea3e9a4bde2e1 |
UTF-8 | 臂iそ矚 | 111010001000011110000010111011111011110110001001111000111000000110011101111001111001111110011010 | e88782efbd89e3819de79f9a |
UHC | 臂iそ? | 11011110101000101010001111101001101010101011110100111111 | dea2a3e9aabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)