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 | 容??? | 1001011101100101001111110011111100111111 | 97653f3f3f |
EUC-JP | 容??? | 1100110111000110001111110011111100111111 | cdc63f3f3f |
UTF-8 | 容띷누僚 | 111001011010111010111001111010111001110110110111111010111000100010000100111011111010011010111011 | e5aeb9eb9db7eb8884efa6bb |
UHC | 容띷누僚 | 1110100110111011100011011110011010110100101010011110100011101000 | e9bb8de6b4a9e8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)