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 | 罌?が | 1110001110100000001111111000001010101010 | e3a03f82aa |
EUC-JP | 罌?が | 1110011010100010001111111010010010101100 | e6a23fa4ac |
UTF-8 | 罌살が | 111001111011110110001100111011001000001010110100111000111000000110001100 | e7bd8cec82b4e3818c |
UHC | 罌살が | 111001011010001010111011111011001010101010101100 | e5a2bbecaaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)