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 | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
SJIS-WIN | モケモケoBF | 1101001110111001111101111010011111010011101110011111011110101001011011110100001001000110 | d3b9f7a7d3b9f7a96f4246 |
EUC-JP | モケ?モケ?oBF | 10001110110100111000111010111001001111111000111011010011100011101011100100111111011011110100001001000110 | 8ed38eb93f8ed38eb93f6f4246 |
UTF-8 | モケモケoBF | 111011111011111010010011111011111011110110111001111011101001011010001010111011111011111010010011111011111011110110111001111011101001011010001100011011110100001001000110 | efbe93efbdb9ee968aefbe93efbdb9ee968c6f4246 |
UHC | ??????oBF | 001111110011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)