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 | 惚舌ぉ | 100011011001101110010000111000111000001010100111 | 8d9b90e382a7 |
EUC-JP | 惚舌ぉ | 101110011111101111000000111001011010010010101001 | b9fbc0e5a4a9 |
UTF-8 | 惚舌ぉ | 111001101000001110011010111010001000100010001100111000111000000110001001 | e6839ae8888ce38189 |
UHC | 惚舌ぉ | 111110111110110111100000110111111010101010101001 | fbede0dfaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)