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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 爵爵韆B | 10001110110111011000111011011101111010001110011001000010 | 8edd8edde8e642 |
EUC-JP | 爵爵韆B | 10111100110111111011110011011111111100001110100001000010 | bcdfbcdff0e842 |
UTF-8 | 爵爵韆B | 11100111100010001011010111100111100010001011010111101001100111111000011001000010 | e788b5e788b5e99f8642 |
UHC | 爵爵韆B | 11101101110010011110110111001001111101001100011101000010 | edc9edc9f4c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)