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 | 1000000110101100001111111001110111001001011010000101010001000010 | 81ac3f9dc9685442 |
EUC-JP | 〓?數hTB | 1010001010101110001111111101101011001011011010000101010001000010 | a2ae3fdacb685442 |
UTF-8 | 〓룶數hTB | 111000111000000010010011111010111010001110110110111001101001010110111000011010000101010001000010 | e38093eba3b6e695b8685442 |
UHC | 〓룶數hTB | 101000011110101110001111101010111110001010100110011010000101010001000010 | a1eb8fabe2a6685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)