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 | ?B?????E^ | 001111110100001000111111001111110011111100111111001111110100010101011110 | 3f423f3f3f3f3f455e |
SJIS-WIN | ?B?????E^ | 001111110100001000111111001111110011111100111111001111110100010101011110 | 3f423f3f3f3f3f455e |
EUC-JP | ?B?????E^ | 001111110100001000111111001111110011111100111111001111110100010101011110 | 3f423f3f3f3f3f455e |
UTF-8 | 챈B혢챗혙쨀혪E^ | 111011001011000110001000010000101110110110011000101000101110110010110001100101111110110110011000100110011110110010101000100000001110110110011000101010100100010101011110 | ecb18842ed98a2ecb197ed9899eca880ed98aa455e |
UHC | 챈B혢챗혙쨀혪E^ | 110000111010011001000010110000101000101111000011101010101100001010000100110000101011001111000010100100100100010101011110 | c3a642c28bc3aac284c2b3c292455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)