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 | 娃??掖?? | 1000100010100001001111110011111110011101011101000011111100111111 | 88a13f3f9d743f3f |
EUC-JP | 娃??掖?? | 1011000010100011001111110011111111011001110101010011111100111111 | b0a33f3fd9d53f3f |
UTF-8 | 娃듬젛掖믩뜪 | 111001011010100010000011111010111001001110101100111011001010000010011011111001101000111010010110111010111010111110101001111010111001110010101010 | e5a883eb93aceca09be68e96ebafa9eb9caa |
UHC | 娃듬젛掖믩뜪 | 111010001101111110110101111010111010000010010111111001001111101010010010111010111000110110101011 | e8dfb5eba097e4fa92eb8dab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)