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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 借疾借疾B | 100011101101100010001110101111101000111011011000100011101011111001000010 | 8ed88ebe8ed88ebe42 |
EUC-JP | 借疾借疾B | 101111001101101010111100110000001011110011011010101111001100000001000010 | bcdabcc0bcdabcc042 |
UTF-8 | 借疾借疾B | 11100101100000001001111111100111100101101011111011100101100000001001111111100111100101101011111001000010 | e5809fe796bee5809fe796be42 |
UHC | 借疾借疾B | 111100111010100011110010111100001111001110101000111100101111000001000010 | f3a8f2f0f3a8f2f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)