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 | ?????oBF | 0011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f6f4246 |
SJIS-WIN | シシ漆oBF | 1111000010101111101111001111000110001110101111001000111010111101011011110100001001000110 | f0afbcf18ebc8ebd6f4246 |
EUC-JP | ?シ?シ漆oBF | 0011111110001110101111000011111110001110101111001011110010111111011011110100001001000110 | 3f8ebc3f8ebcbcbf6f4246 |
UTF-8 | シシ漆oBF | 111011101000000110101110111011111011110110111100111011101000010010001001111011111011110110111100111001101011110010000110011011110100001001000110 | ee81aeefbdbcee8489efbdbce6bc866f4246 |
UHC | ????漆oBF | 001111110011111100111111001111111111011011010100011011110100001001000110 | 3f3f3f3ff6d46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)