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 | 卒但珈 | 100100011011001010010010010000011110000011011011 | 91b29241e0db |
EUC-JP | 卒但珈 | 110000101011010011000011101000101110000011011101 | c2b4c3a2e0dd |
UTF-8 | 卒但珈 | 111001011000110110010010111001001011110110000110111001111000111110001000 | e58d92e4bd86e78f88 |
UHC | 卒但? | 1111000011101111110100111010001100111111 | f0efd3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)