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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 殮뽩뼗令쯆 | 111011111010011010100101111010111011110110101001111010111011110010010111111011111010011010101000111011001010111110000110 | efa6a5ebbda9ebbc97efa6a8ecaf86 |
UHC | 殮뽩뼗令쯆 | 11100110111110011001011011100101100101101001111111100111101010011010100101000010 | e6f996e5969fe7a9a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)