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 | ???寃??? | 0011111100111111001111111001101110000011001111110011111100111111 | 3f3f3f9b833f3f3f |
EUC-JP | ???寃??? | 0011111100111111001111111101010111100011001111110011111100111111 | 3f3f3fd5e33f3f3f |
UTF-8 | 列룸떣寃덂푻璘 | 111011111010011010011100111010111010001110111000111010111001011010100011111001011010111110000011111010111000110110000010111011011001000110111011111011111010011110101111 | efa69ceba3b8eb96a3e5af83eb8d82ed91bbefa7af |
UHC | 列룸떣寃덂푻璘 | 1110011011101010101101111110101110001011101101111110101010110010100010001110010110111110100001111110110011011110 | e6eab7eb8bb7eab288e5be87ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)