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 | 짧ì | 11101100101001111010011111101100 | eca7a7ec |
SJIS-WIN | ?§§? | 001111111000000110011000100000011001100000111111 | 3f819881983f |
EUC-JP | 짧ì | 10001111101010111100000010100001111110001010000111111000100011111010101111000000 | 8fabc0a1f8a1f88fabc0 |
UTF-8 | 짧ì | 1100001110101100110000101010011111000010101001111100001110101100 | c3acc2a7c2a7c3ac |
UHC | ?§§? | 001111111010000111010111101000011101011100111111 | 3fa1d7a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)