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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????悅 | 0011111100111111001111110011111100111111001111111111101010111101 | 3f3f3f3f3f3ffabd |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 劣며깽囹띄뒼悅 | 111011111010011010011101111010111010100110110000111010101011100110111101111011111010011010101001111010111001110110000100111010111001001010111100111001101000001010000101 | efa69deba9b0eab9bdefa6a9eb9d84eb92bce68285 |
UHC | 劣며깽囹띄뒼悅 | 1110011011101011101110001110011110110010101001001110011110101010101101101110011110001010101100101110011011101101 | e6ebb8e7b2a4e7aab6e78ab2e6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)