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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 練쎈젳轢용젿e^ | 1110111110100110100101101110110010001110100010001110110010100000101100111110111110100110100011011110110010011010101010011110110010100000101111110110010101011110 | efa696ec8e88eca0b3efa68dec9aa9eca0bf655e |
UHC | 練쎈젳轢용젿e^ | 1110011011011111101111011110101110100000101001111110011010111100101111111110101110100000101100010110010101011110 | e6dfbdeba0a7e6bcbfeba0b1655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)