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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艇?z | 1001001011111000001111111000001010011010 | 92f83f829a |
EUC-JP | 艇?z | 1100010011111010001111111010001111111010 | c4fa3fa3fa |
UTF-8 | 艇재z | 111010001000100110000111111011001001111010101100111011111011110110011010 | e88987ec9eacefbd9a |
UHC | 艇재z | 111011111111001111000000111001111010001111111010 | eff3c0e7a3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)