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 | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
SJIS-WIN | 莠酪hTB | 11100100101110101001011110001111011010000101010001000010 | e4ba978f685442 |
EUC-JP | 莠酪hTB | 11101000101111001100110111101111011010000101010001000010 | e8bccdef685442 |
UTF-8 | 莠酪hTB | 111010001000111010100000111010011000010110101010011010000101010001000010 | e88ea0e985aa685442 |
UHC | ?酪hTB | 001111111101010110101100011010000101010001000010 | 3fd5ac685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)