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 | ¶È^F | 100011101011011010001110110010000101111001000110 | 8eb68ec85e46 |
SJIS-WIN | ?¶??^F | 00111111100000011111011100111111001111110101111001000110 | 3f81f73f3f5e46 |
EUC-JP | ?¶?È^F | 001111111010001011111001001111111000111110101010101100100101111001000110 | 3fa2f93f8faab25e46 |
UTF-8 | ¶È^F | 11000010100011101100001010110110110000101000111011000011100010000101111001000110 | c28ec2b6c28ec3885e46 |
UHC | ?¶??^F | 00111111101000101101001000111111001111110101111001000110 | 3fa2d23f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)