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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 驪낂벤痢뚨룯溜 | 111011111010011010000111111010111000001010000010111010111011001010100100111011111010011110100101111010111001101010101000111010111010001110101111111011111010011110001011 | efa687eb8282ebb2a4efa7a5eb9aa8eba3afefa78b |
UHC | 驪낂벤痢뚨룯溜 | 1110011010101111100001011110100110111010101001011110110010111000100011001110011110001111101001011110101011111110 | e6af85e9baa5ecb88ce78fa5eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)