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???] | 001111110100001000111111001111110011111101011101 | 3f423f3f3f5d |
SJIS-WIN | ?B???] | 001111110100001000111111001111110011111101011101 | 3f423f3f3f5d |
EUC-JP | ?B???] | 001111110100001000111111001111110011111101011101 | 3f423f3f3f5d |
UTF-8 | 챈B혢챗혘] | 1110110010110001100010000100001011101101100110001010001011101100101100011001011111101101100110001001100001011101 | ecb18842ed98a2ecb197ed98985d |
UHC | 챈B혢챗혘] | 11000011101001100100001011000010100010111100001110101010110000101000001101011101 | c3a642c28bc3aac2835d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)