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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 垣矜??妊 | 1000101001011111111000011110000000111111001111111001010001000100 | 8a5fe1e03f3f9444 |
EUC-JP | 垣矜??妊 | 1011001111000000111000101110001000111111001111111100011110100101 | b3c0e2e23f3fc7a5 |
UTF-8 | 垣矜렣렔妊 | 111001011001111010100011111001111001111110011100111010111010000010100011111010111010000010010100111001011010011010001010 | e59ea3e79f9ceba0a3eba094e5a68a |
UHC | 垣矜렣렔妊 | 11101010101011111101000011101000100011101011010010001110101010011110110011110100 | eaafd0e88eb48ea9ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)