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 | 墻??畏?? | 1001101011010100001111110011111110001000110110000011111100111111 | 9ad43f3f88d83f3f |
EUC-JP | 墻??畏?? | 1101010011010110001111110011111110110000110110100011111100111111 | d4d63f3fb0da3f3f |
UTF-8 | 墻멱나畏먪뼻 | 111001011010001010111011111010111010100110110001111010111000001010011000111001111001010110001111111010111010100010101010111010111011110010111011 | e5a2bbeba9b1eb8298e7958feba8aaebbcbb |
UHC | 墻멱나畏먪뼻 | 111011011101111110111000111010001011001110101010111010001110011010010000111001111001011010111110 | eddfb8e8b3aae8e690e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)