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 | 娃??阿?? | 1000100010100001001111110011111110001000101000100011111100111111 | 88a13f3f88a23f3f |
EUC-JP | 娃??阿?? | 1011000010100011001111110011111110110000101001000011111100111111 | b0a33f3fb0a43f3f |
UTF-8 | 娃듬젛阿뗣럸 | 111001011010100010000011111010111001001110101100111011001010000010011011111010011001100010111111111010111001011110100011111010111001111110111000 | e5a883eb93aceca09be998bfeb97a3eb9fb8 |
UHC | 娃듬젛阿뗣럸 | 111010001101111110110101111010111010000010010111111001001011100110001011111000111000111010010111 | e8dfb5eba097e4b98be38e97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)