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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 獒????˚ | 10001111110010111011101100111111001111110011111100111111100011111010001010110110 | 8fcbbb3f3f3f3f8fa2b6 |
UTF-8 | 獒방벚掠롧˚ | 1110011110001101100100101110101110110000101010011110101110110010100110101110111110100101101101011110101110100001101001111100101110011010 | e78d92ebb0a9ebb29aefa5b5eba1a7cb9a |
UHC | 獒방벚掠롧˚ | 111010001010001110111001111001101011101010100010111001011011000110001110111001111010001010101010 | e8a3b9e6baa2e5b18ee7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)