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 | 章盲? | 1000111111001101100101101101001100111111 | 8fcd96d33f |
EUC-JP | 章盲? | 1011111011001111110011001101010100111111 | becfccd53f |
UTF-8 | 章盲까 | 111001111010101110100000111001111001101110110010111010101011100110001100 | e7aba0e79bb2eab98c |
UHC | 章盲까 | 111011011111000111011000111011101011000111101110 | edf1d8eeb1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)