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 | ???寃?? | 00111111001111110011111110011011100000110011111100111111 | 3f3f3f9b833f3f |
EUC-JP | ???寃?? | 00111111001111110011111111010101111000110011111100111111 | 3f3f3fd5e33f3f |
UTF-8 | 列룸떣寃덂쑵 | 111011111010011010011100111010111010001110111000111010111001011010100011111001011010111110000011111010111000110110000010111011001001000110110101 | efa69ceba3b8eb96a3e5af83eb8d82ec91b5 |
UHC | 列룸떣寃덂쑵 | 111001101110101010110111111010111000101110110111111010101011001010001000111001011011111010101010 | e6eab7eb8bb7eab288e5beaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)