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 | 11111011010001111000111010111100011010000101010001000010 | fb478ebc685442 |
EUC-JP | 湜湿hTB | 1000111111000111111111001011110010111110011010000101010001000010 | 8fc7fcbcbe685442 |
UTF-8 | 湜湿hTB | 111001101011100110011100111001101011100110111111011010000101010001000010 | e6b99ce6b9bf685442 |
UHC | 湜?hTB | 111000111101011100111111011010000101010001000010 | e3d73f685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)