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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?橄i | 0011111110011110111010111000001010001001 | 3f9eeb8289 |
EUC-JP | ?橄i | 0011111111011100111011011010001111101001 | 3fdceda3e9 |
UTF-8 | 캑橄i | 111011001011101010010001111001101010100110000100111011111011110110001001 | ecba91e6a984efbd89 |
UHC | 캑橄i | 110001001011010011001010111101001010001111101001 | c4b4caf4a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)