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 | 選舌楔 | 100100010100100110010000111000111001111010110110 | 914990e39eb6 |
EUC-JP | 選舌楔 | 110000011010101011000000111001011101110010111000 | c1aac0e5dcb8 |
UTF-8 | 選舌楔 | 111010011000000110111000111010001000100010001100111001101010010110010100 | e981b8e8888ce6a594 |
UHC | 選舌楔 | 111000001101010011100000110111111110000011011011 | e0d4e0dfe0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)