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 | 艶춀泳싪큹 | 111010001000100110110110111011001011011010000000111001101011001110110011111011001000101110101010111011011000000110111001 | e889b6ecb680e6b3b3ec8baaed81b9 |
UHC | 艶춀泳싪큹 | 11100110111111011010110101011010111001111011011010011010111010001011010010001000 | e6fdad5ae7b69ae8b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)