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 | 實?現 | 1001101110001001001111111000110010111011 | 9b893f8cbb |
EUC-JP | 實?現 | 1101010111101001001111111011100010111101 | d5e93fb8bd |
UTF-8 | 實딇現 | 111001011010111110100110111010111001010010000111111001111000111110111110 | e5afa6eb9487e78fbe |
UHC | 實딇現 | 111000111111100110001010111011011111101011011110 | e3f98aedfade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)