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¼B | 11100110010011011000110110001011100010101011110001000010 | e64d8d8b8abc42 |
SJIS-WIN | ?M????B | 00111111010011010011111100111111001111110011111101000010 | 3f4d3f3f3f3f42 |
EUC-JP | æM????B | 100011111010100111000001010011010011111100111111001111110011111101000010 | 8fa9c14d3f3f3f3f42 |
UTF-8 | æM¼B | 110000111010011001001101110000101000110111000010100010111100001010001010110000101011110001000010 | c3a64dc28dc28bc28ac2bc42 |
UHC | æM???¼B | 101010011010000101001101001111110011111100111111101010001111100101000010 | a9a14d3f3f3fa8f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)