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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 廾篩嗟 | 100111000100111111100010101111111001101001101100 | 9c4fe2bf9a6c |
EUC-JP | 廾篩嗟 | 110101111011000011100100110000011101001111001101 | d7b0e4c1d3cd |
UTF-8 | 廾篩嗟 | 111001011011101110111110111001111010111110101001111001011001011110011111 | e5bbbee7afa9e5979f |
UHC | ?篩嗟 | 0011111111011110111010001111001110101010 | 3fdee8f3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)