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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恁?袁? | 100111001000110000111111111001011100110100111111 | 9c8c3fe5cd3f |
EUC-JP | 恁?袁? | 110101111110110000111111111010101100111100111111 | d7ec3feacf3f |
UTF-8 | 恁렱袁슬 | 111001101000000110000001111010111010000010110001111010001010001010000001111011001000101010101100 | e68181eba0b1e8a281ec8aac |
UHC | 恁렱袁슬 | 1110110011110110100011101011111011101010101111101011110110111101 | ecf68ebeeabebdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)