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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瓠麥? | 1110000101000000111010100110110100111111 | e140ea6d3f |
EUC-JP | 瓠麥? | 1110000110100001111100111100111000111111 | e1a1f3ce3f |
UTF-8 | 瓠麥띷 | 111001111001001110100000111010011011101010100101111010111001110110110111 | e793a0e9baa5eb9db7 |
UHC | 瓠麥띷 | 111110111101001011011000111010101000110111100110 | fbd2d8ea8de6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)