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 | 臆?┿恂 | 10001001101100000011111110000100101110011001110010010110 | 89b03f84b99c96 |
EUC-JP | 臆?┿恂 | 10110010101100100011111110101000101110111101011111110110 | b2b23fa8bbd7f6 |
UTF-8 | 臆딀┿恂 | 111010001000011110000110111010111001010010000000111000101001010010111111111001101000000110000010 | e88786eb9480e294bfe68182 |
UHC | 臆딀┿恂 | 1110010111100110100010101110011010100110101110111110001011100001 | e5e68ae6a6bbe2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)