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 | 冗ンミ | 100011111110011111110100110010001101110111010000 | 8fe7f4c8ddd0 |
EUC-JP | 冗?ンミ | 10111110111010010011111110001110110111011000111011010000 | bee93f8edd8ed0 |
UTF-8 | 冗ンミ | 111001011000011010010111111011101000110110110111111011111011111010011101111011111011111010010000 | e58697ee8db7efbe9defbe90 |
UHC | 冗??? | 1110100110110111001111110011111100111111 | e9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)