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 | ?瓣拷 | 0011111111100001010000011000110110001001 | 3fe1418d89 |
EUC-JP | ?瓣拷 | 0011111111100001101000101011100111101001 | 3fe1a2b9e9 |
UTF-8 | 뤩瓣拷 | 111010111010010010101001111001111001001110100011111001101000101110110111 | eba4a9e793a3e68bb7 |
UHC | 뤩瓣拷 | 100011111101011111110111111110111100110110111000 | 8fd7f7fbcdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)