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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?狎?狎^ | 00111111111000001011111000111111111000001011111001011110 | 3fe0be3fe0be5e |
EUC-JP | ?狎?狎^ | 00111111111000001100000000111111111000001100000001011110 | 3fe0c03fe0c05e |
UTF-8 | 戶狎戶狎^ | 11100110100010001011011011100111100010111000111011100110100010001011011011100111100010111000111001011110 | e688b6e78b8ee688b6e78b8e5e |
UHC | 戶狎戶狎^ | 111110111100001011100100111001001111101111000010111001001110010001011110 | fbc2e4e4fbc2e4e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)