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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???闕? | 001111110011111100111111111010001000110100111111 | 3f3f3fe88d3f |
EUC-JP | ???闕? | 001111110011111100111111111011111110110100111111 | 3f3f3fefed3f |
UTF-8 | 銳얘퀡闕銳 | 111010011000101010110011111011001001011010011000111011011000000010100001111010011001011110010101111010011000101010110011 | e98ab3ec9698ed80a1e99795e98ab3 |
UHC | 銳얘퀡闕銳 | 11100111111001011011111011101010101100111001010111001111111101001110011111100101 | e7e5beeab395cff4e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)