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 | 墻??張?? | 1001101011010100001111110011111110010010101000110011111100111111 | 9ad43f3f92a33f3f |
EUC-JP | 墻??張?? | 1101010011010110001111110011111111000100101001010011111100111111 | d4d63f3fc4a53f3f |
UTF-8 | 墻썽쎁張썼눎 | 111001011010001010111011111011001000110110111101111011001000111010000001111001011011110010110101111011001000110110111100111010111000100010001110 | e5a2bbec8dbdec8e81e5bcb5ec8dbceb888e |
UHC | 墻썽쎁張썼눎 | 111011011101111110111101111010011001101110101011111011011110010110111101111010001000011110101010 | eddfbde99babede5bde887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)