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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 寤??諛 | 100110111000100000111111001111111110011010000111 | 9b883f3fe687 |
EUC-JP | 寤??諛 | 110101011110100000111111001111111110101111100111 | d5e83f3febe7 |
UTF-8 | 寤뺤퓼諛 | 111001011010111110100100111010111011101010100100111011011001001110111100111010001010101110011011 | e5afa4ebbaa4ed93bce8ab9b |
UHC | 寤뺤퓼諛 | 1110011111110101100101011110110010111111101000001110101110110000 | e7f595ecbfa0ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)