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 | ??精儡 | 001111110011111110010000101110001001100101010011 | 3f3f90b89953 |
EUC-JP | 饔?精儡 | 1000111111101000111011110011111111000000101110101101000110110100 | 8fe8ef3fc0bad1b4 |
UTF-8 | 饔렡精儡 | 111010011010010110010100111010111010000010100001111001111011001010111110111001011000010010100001 | e9a594eba0a1e7b2bee584a1 |
UHC | 饔렡精儡 | 1110100010111101100011101011001011101111111100011101011011101101 | e8bd8eb2eff1d6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)