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 | 艶?泳?? | 10001001100100000011111110001001011010100011111100111111 | 89903f896a3f3f |
EUC-JP | 艶?泳?? | 10110001111100000011111110110001110010110011111100111111 | b1f03fb1cb3f3f |
UTF-8 | 艶춀泳싧뎴 | 111010001000100110110110111011001011011010000000111001101011001110110011111011001000101110100111111010111000111010110100 | e889b6ecb680e6b3b3ec8ba7eb8eb4 |
UHC | 艶춀泳싧뎴 | 11100110111111011010110101011010111001111011011010011010111001011000100110000111 | e6fdad5ae7b69ae58987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)