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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 邪粐灼SB | 1000111011010111111000101110001010001110110111000101001101000010 | 8ed7e2e28edc5342 |
EUC-JP | 邪粐灼SB | 1011110011011001111001001110010010111100110111100101001101000010 | bcd9e4e4bcde5342 |
UTF-8 | 邪粐灼SB | 1110100110000010101010101110011110110010100100001110011110000001101111000101001101000010 | e982aae7b290e781bc5342 |
UHC | 邪?灼SB | 11011110111101110011111111101101110001110101001101000010 | def73fedc75342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)