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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 鈐疾rB | 111110111100001010001110101111100111001001000010 | fbc28ebe7242 |
EUC-JP | 鈐疾rB | 10001111111000111100000110111100110000000111001001000010 | 8fe3c1bcc07242 |
UTF-8 | 鈐疾rB | 1110100110001000100100001110011110010110101111100111001001000010 | e98890e796be7242 |
UHC | 鈐疾rB | 110011001010001011110010111100000111001001000010 | cca2f2f07242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)