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 | ???釉?? | 00111111001111110011111111100111110101100011111100111111 | 3f3f3fe7d63f3f |
EUC-JP | ???釉?? | 00111111001111110011111111101110110110000011111100111111 | 3f3f3feed83f3f |
UTF-8 | 驪볥씣釉ㅶ틦 | 111011111010011010000111111010111011001110100101111011001001010010100011111010011000011110001001111000111000010110110110111011011000101110100110 | efa687ebb3a5ec94a3e98789e385b6ed8ba6 |
UHC | 驪볥씣釉ㅶ틦 | 111001101010111110010011111010111001110110110111111010111011100010100100111001101011101010010000 | e6af93eb9db7ebb8a4e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)