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 | 扈紗?? | 111001111011101110001110110100010011111100111111 | e7bb8ed13f3f |
EUC-JP | 扈紗?? | 111011101011110110111100110100110011111100111111 | eebdbcd33f3f |
UTF-8 | 扈紗띷₩ | 111001101000100110001000111001111011010010010111111010111001110110110111111011111011111110100110 | e68988e7b497eb9db7efbfa6 |
UHC | 扈紗띷₩ | 1111101111000011110111101110100110001101111001101010001111011100 | fbc3dee98de6a3dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)