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 | ???j^ | 0011111100111111001111110110101001011110 | 3f3f3f6a5e |
SJIS-WIN | ??㎝j^ | 001111110011111110000111011100000110101001011110 | 3f3f87706a5e |
EUC-JP | ???j^ | 0011111100111111001111110110101001011110 | 3f3f3f6a5e |
UTF-8 | 淋숈㎝j^ | 1110111110100111101101011110110010001000100010001110001110001110100111010110101001011110 | efa7b5ec8888e38e9d6a5e |
UHC | 淋숈㎝j^ | 1110110011111000100110011110110010100111101011110110101001011110 | ecf899eca7af6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)