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 | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | 鞳器〓hTB | 111010001110001110001010111011011000000110101100011010000101010001000010 | e8e38aed81ac685442 |
EUC-JP | 鞳器〓hTB | 111100001110010110110100111011111010001010101110011010000101010001000010 | f0e5b4efa2ae685442 |
UTF-8 | 鞳器〓hTB | 111010011001111010110011111001011001100110101000111000111000000010010011011010000101010001000010 | e99eb3e599a8e38093685442 |
UHC | ?器〓hTB | 0011111111010000111011111010000111101011011010000101010001000010 | 3fd0efa1eb685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)