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 | 円?円 | 1000100101111110001111111000100101111110 | 897e3f897e |
EUC-JP | 円?円 | 1011000111011111001111111011000111011111 | b1df3fb1df |
UTF-8 | 円쯪円 | 111001011000011010000110111011001010111110101010111001011000011010000110 | e58686ecafaae58686 |
UHC | 円쯪円 | 111001011111011110101001011010001110010111110111 | e5f7a968e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)