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そ矚 | 1110001110111011100000101000100110000010101110111110000111011111 | e3bb828982bbe1df |
EUC-JP | 羹iそ矚 | 1110011010111101101000111110100110100100101111011110001011100001 | e6bda3e9a4bde2e1 |
UTF-8 | 羹iそ矚 | 111001111011111010111001111011111011110110001001111000111000000110011101111001111001111110011010 | e7beb9efbd89e3819de79f9a |
UHC | 羹iそ? | 11001011110110001010001111101001101010101011110100111111 | cbd8a3e9aabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)