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 | ??Lh | 00111111001111110100110001101000 | 3f3f4c68 |
SJIS-WIN | 樽卒Lh | 100100100100110110010001101100100100110001101000 | 924d91b24c68 |
EUC-JP | 樽卒Lh | 110000111010111011000010101101000100110001101000 | c3aec2b44c68 |
UTF-8 | 樽卒Lh | 1110011010101000101111011110010110001101100100100100110001101000 | e6a8bde58d924c68 |
UHC | 樽卒Lh | 111100011101110011110000111011110100110001101000 | f1dcf0ef4c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)