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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?厓??串? | 0011111111111010100011010011111100111111100010111111100000111111 | 3ffa8d3f3f8bf83f |
EUC-JP | ?厓??串? | 001111111000111110110100110001110011111100111111101101101111101000111111 | 3f8fb4c73f3fb6fa3f |
UTF-8 | 룵厓◐룴串해 | 111010111010001110110101111001011000111010010011111000101001011110010000111010111010001110110100111001001011100010110010111011011001010110110100 | eba3b5e58e93e29790eba3b4e4b8b2ed95b4 |
UHC | 룵厓◐룴串해 | 100011111010101011100100111011011010001011000100100011111010100111001101111110101100011111011000 | 8faae4eda2c48fa9cdfac7d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)