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 | 隴ス蛟」魏。 | 111010001010110110111101111001011000000010100011111010011011000010100001 | e8adbde580a3e9b0a1 |
EUC-JP | 隴ス蛟」魏。 | 111100001010111110001110101111011110100111100000100011101010001111110010101100101000111010100001 | f0af8ebde9e08ea3f2b28ea1 |
UTF-8 | 隴ス蛟」魏。 | 111010011001101010110100111011111011110110111101111010001001101110011111111011111011110110100011111010011010110110001111111011111011110110100001 | e99ab4efbdbde89b9fefbda3e9ad8fefbda1 |
UHC | ??蛟?魏? | 0011111100111111110011101111000100111111111010101110000000111111 | 3f3fcef13feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)