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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 悟??誼?? | 1000110011100101001111110011111110001011011000100011111100111111 | 8ce53f3f8b623f3f |
EUC-JP | 悟??誼?? | 1011100011100111001111110011111110110101110000110011111100111111 | b8e73f3fb5c33f3f |
UTF-8 | 悟딄퍓誼섉썑 | 111001101000001010011111111010111001010010000100111011011000110110010011111010001010101010111100111011001000010010001001111011001000110110010001 | e6829feb9484ed8d93e8aabcec8489ec8d91 |
UHC | 悟딄퍓誼섉썑 | 111001111111011010001010111010101011101110001010111010111111111010011000111001101001101110000100 | e7f68aeabb8aebfe98e69b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)