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 | 雕峨ぉ | 111010001011100010001001111000111000001010100111 | e8b889e382a7 |
EUC-JP | 雕峨ぉ | 111100001011101010110010111001011010010010101001 | f0bab2e5a4a9 |
UTF-8 | 雕峨ぉ | 111010011001101110010101111001011011001110101000111000111000000110001001 | e99b95e5b3a8e38189 |
UHC | 雕峨ぉ | 111100001110011111100100101100011010101010101001 | f0e7e4b1aaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)