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 | 檣?樟句 | 10011110111111000011111110001111101111101000101111100101 | 9efc3f8fbe8be5 |
EUC-JP | 檣?樟句 | 11011100111111100011111110111110110000001011011011100111 | dcfe3fbec0b6e7 |
UTF-8 | 檣렋樟句 | 111001101010101010100011111010111010000010001011111001101010100010011111111001011000111110100101 | e6aaa3eba08be6a89fe58fa5 |
UHC | 檣렋樟句 | 1110110111101010100011101010001011101101111010011100111110100011 | edea8ea2ede9cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)