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 | 10001000111111000011111100111111100101000100011100111111011011110100001001000110 | 88fc3f3f94473f6f4246 |
EUC-JP | 蔭??濡?oBF | 10110000111111100011111100111111110001111010100000111111011011110100001001000110 | b0fe3f3fc7a83f6f4246 |
UTF-8 | 蔭띾죿濡걆oBF | 111010001001010010101101111010111001110110111110111011001010001110111111111001101011111110100001111010101011000110000110011011110100001001000110 | e894adeb9dbeeca3bfe6bfa1eab1866f4246 |
UHC | 蔭띾죿濡걆oBF | 11101011111000111000110111101011101000011001011111101011101000011000000101101110011011110100001001000110 | ebe38deba197eba1816e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)