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 | 蕚蔆ド | 111001001101010011100100110011111000001101101000 | e4d4e4cf8368 |
EUC-JP | 蕚蔆ド | 111010001101011011101000110100011010010111001001 | e8d6e8d1a5c9 |
UTF-8 | 蕚蔆ド | 111010001001010110011010111010001001010010000110111000111000001110001001 | e8959ae89486e38389 |
UHC | ??ド | 00111111001111111010101111001001 | 3f3fabc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)