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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 贈俗臓竪B | 100100011010000110010001101011011001000110011111100100100100011101000010 | 91a191ad919f924742 |
EUC-JP | 贈俗臓竪B | 110000101010001111000010101011111100001010100001110000111010100001000010 | c2a3c2afc2a1c3a842 |
UTF-8 | 贈俗臓竪B | 11101000101101001000100011100100101111111001011111101000100001111001001111100111101010111010101001000010 | e8b488e4bf97e88793e7abaa42 |
UHC | 贈俗?竪B | 1111000111111100111000011101010000111111111000101011010101000010 | f1fce1d43fe2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)