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 | ???咳?? | 00111111001111110011111110001010010100000011111100111111 | 3f3f3f8a503f3f |
EUC-JP | ???咳?? | 00111111001111110011111110110011101100010011111100111111 | 3f3f3fb3b13f3f |
UTF-8 | 說뺣떣咳뗤옌 | 111011111010011010100001111010111011101010100011111010111001011010100011111001011001001010110011111010111001011110100100111011001001100010001100 | efa6a1ebbaa3eb96a3e592b3eb97a4ec988c |
UHC | 說뺣떣咳뗤옌 | 111001101111001010010101111010111000101110110111111110101010011010001011111001001011111110111010 | e6f295eb8bb7faa68be4bfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)