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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?戀B | 00111111100111001111011001000010 | 3f9cf642 |
EUC-JP | ?戀B | 00111111110110001111100001000010 | 3fd8f842 |
UTF-8 | 뤖戀B | 11101011101001001001011011100110100010001000000001000010 | eba496e6888042 |
UHC | 뤖戀B | 1000111111000110110101011111110001000010 | 8fc6d5fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)