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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
EUC-JP | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
UTF-8 | 챵찾찼횩챰체@h | 1110110010110001101101011110110010110000101111101110110010110000101111001110110110011010101010011110110010110001101100001110110010110010101101000100000001101000 | ecb1b5ecb0beecb0bced9aa9ecb1b0ecb2b44068 |
UHC | 챵찾찼횩챰체@h | 1100001110110010110000111010001111000011101000011100001110011111110000111011000111000011101111000100000001101000 | c3b2c3a3c3a1c39fc3b1c3bc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)