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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 吟?dTB | 10001011111000010011111110000010100001000101010001000010 | 8be13f82845442 |
EUC-JP | 吟?dTB | 10110110111000110011111110100011111001000101010001000010 | b6e33fa3e45442 |
UTF-8 | 吟㏘dTB | 1110010110010000100111111110001110001111100110001110111110111101100001000101010001000010 | e5909fe38f98efbd845442 |
UHC | 吟㏘dTB | 1110101111100001101000101110010010100011111001000101010001000010 | ebe1a2e4a3e45442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)