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 | ?????@?M | 0011111100111111001111110011111100111111010000000011111101001101 | 3f3f3f3f3f403f4d |
SJIS-WIN | ?????@?M | 0011111100111111001111110011111100111111010000000011111101001101 | 3f3f3f3f3f403f4d |
EUC-JP | ?????@?M | 0011111100111111001111110011111100111111010000000011111101001101 | 3f3f3f3f3f403f4d |
UTF-8 | 창횩혘혢혡@챈M | 1110110010110000101111011110110110011010101010011110110110011000100110001110110110011000101000101110110110011000101000010100000011101100101100011000100001001101 | ecb0bded9aa9ed9898ed98a2ed98a140ecb1884d |
UHC | 창횩혘혢혡@챈M | 1100001110100010110000111001111111000010100000111100001010001011110000101000101001000000110000111010011001001101 | c3a2c39fc283c28bc28a40c3a64d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)