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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 借車粽h | 10001110110110001000111011010100111000101110111001101000 | 8ed88ed4e2ee68 |
EUC-JP | 借車粽h | 10111100110110101011110011010110111001001111000001101000 | bcdabcd6e4f068 |
UTF-8 | 借車粽h | 11100101100000001001111111101000101110111000101011100111101100101011110101101000 | e5809fe8bb8ae7b2bd68 |
UHC | 借車?h | 111100111010100011110011101100110011111101101000 | f3a8f3b33f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)