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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ???沃??e^ | 001111110011111100111111100101111000000000111111001111110110010101011110 | 3f3f3f97803f3f655e |
EUC-JP | ???沃??e^ | 001111110011111100111111110011011110000000111111001111110110010101011110 | 3f3f3fcde03f3f655e |
UTF-8 | 裂울숴沃삼쉿e^ | 1110111110100110101000001110110010011010101110001110110010001000101101001110011010110010100000111110110010000010101111001110110010001001101111110110010101011110 | efa6a0ec9ab8ec88b4e6b283ec82bcec89bf655e |
UHC | 裂울숴沃삼쉿e^ | 1110011011110001101111111110111110111101101001001110100010101010101110111110111110111101101100100110010101011110 | e6f1bfefbda4e8aabbefbdb2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)