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 | 墻??墻g? | 100110101101010000111111001111111001101011010100100000101000011100111111 | 9ad43f3f9ad482873f |
EUC-JP | 墻??墻g? | 110101001101011000111111001111111101010011010110101000111110011100111111 | d4d63f3fd4d6a3e73f |
UTF-8 | 墻€펵墻g댚 | 111001011010001010111011111000101000001010101100111011011000111010110101111001011010001010111011111011111011110110000111111010111000110010011010 | e5a2bbe282aced8eb5e5a2bbefbd87eb8c9a |
UHC | 墻€펵墻g댚 | 111011011101111110100010111001101011110010000110111011011101111110100011111001111000100010111110 | eddfa2e6bc86eddfa3e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)