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 | 蘚????蘚 | 1110010101100100001111110011111100111111001111111110010101100100 | e5643f3f3f3fe564 |
EUC-JP | 蘚????蘚 | 1110100111000101001111110011111100111111001111111110100111000101 | e9c53f3f3f3fe9c5 |
UTF-8 | 蘚葉렱렿섄蘚 | 111010001001100010011010111011111010010110101110111010111010000010110001111010111010000010111111111011001000010010000100111010001001100010011010 | e8989aefa5aeeba0b1eba0bfec8484e8989a |
UHC | 蘚葉렱렿섄蘚 | 111000001101000011100000111100011000111010111110100011101100011110111100101010011110000011010000 | e0d0e0f18ebe8ec7bca9e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)