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 | 淨?錚?? | 10011111110001000011111111101000010000100011111100111111 | 9fc43fe8423f3f |
EUC-JP | 淨?錚?? | 11011110110001100011111111101111101000110011111100111111 | dec63fefa33f3f |
UTF-8 | 淨렍錚壘헤 | 111001101011011110101000111010111010000010001101111010011000110010011010111011111010010110001010111011011001011110100100 | e6b7a8eba08de98c9aefa58aed97a4 |
UHC | 淨렍錚壘헤 | 11101111111001001000111010100011111011101011011011010010111001001100011111101100 | efe48ea3eeb6d2e4c7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)