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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 也??^ | 1001011011100111001111110011111101011110 | 96e73f3f5e |
EUC-JP | 也??^ | 1100110011101001001111110011111101011110 | cce93f3f5e |
UTF-8 | 也쏉쉬^ | 11100100101110011001111111101100100011111000100111101100100010011010110001011110 | e4b99fec8f89ec89ac5e |
UHC | 也쏉쉬^ | 11100101101001011001101111101111101111011010110001011110 | e5a59befbdac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)