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?E^ | 001111110100001000111111001111110011111101000101001111110100010101011110 | 3f423f3f3f453f455e |
SJIS-WIN | ?B???E?E^ | 001111110100001000111111001111110011111101000101001111110100010101011110 | 3f423f3f3f453f455e |
EUC-JP | ?B???E?E^ | 001111110100001000111111001111110011111101000101001111110100010101011110 | 3f423f3f3f453f455e |
UTF-8 | 챈B혡챗혦E혪E^ | 11101100101100011000100001000010111011011001100010100001111011001011000110010111111011011001100010100110010001011110110110011000101010100100010101011110 | ecb18842ed98a1ecb197ed98a645ed98aa455e |
UHC | 챈B혡챗혦E혪E^ | 1100001110100110010000101100001010001010110000111010101011000010100011100100010111000010100100100100010101011110 | c3a642c28ac3aac28e45c292455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)