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 | 訝??游 | 111001100110001000111111001111111001111111100000 | e6623f3f9fe0 |
EUC-JP | 訝?˛游 | 1110101111000011001111111000111110100010101101011101111011100010 | ebc33f8fa2b5dee2 |
UTF-8 | 訝욌˛游 | 1110100010101000100111011110110010011010100011001100101110011011111001101011100010111000 | e8a89dec9a8ccb9be6b8b8 |
UHC | 訝욌˛游 | 1110010010111000100111101110101110100010101011011110101011111101 | e4b89eeba2adeafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)