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 | ???魏?? | 00111111001111110011111111101001101100000011111100111111 | 3f3f3fe9b03f3f |
EUC-JP | ???魏?? | 00111111001111110011111111110010101100100011111100111111 | 3f3f3ff2b23f3f |
UTF-8 | 嶺뚮벉魏띶맅 | 111011111010011010101011111010111001101010101110111010111011001010001001111010011010110110001111111010111001110110110110111010111010011110000101 | efa6abeb9aaeebb289e9ad8feb9db6eba785 |
UHC | 嶺뚮벉魏띶맅 | 111001111010110110001100111010111001001110101100111010101110000010001101111001011001000010011111 | e7ad8ceb93aceae08de5909f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)