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 | 111110111100110010001110110110111000111010111011011010000101010001000010 | fbcc8edb8ebb685442 |
EUC-JP | 銧杓悉hTB | 10001111111001001010011010111100110111011011110010111101011010000101010001000010 | 8fe4a6bcddbcbd685442 |
UTF-8 | 銧杓悉hTB | 111010011000101010100111111001101001110110010011111001101000001010001001011010000101010001000010 | e98aa7e69d93e68289685442 |
UHC | ?杓悉hTB | 0011111111111000111101011110001111111010011010000101010001000010 | 3ff8f5e3fa685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)