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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 逕邸B | 1110011110010100100100110100000001000010 | e794934042 |
EUC-JP | 逕邸B | 1110110111110100110001011010000101000010 | edf4c5a142 |
UTF-8 | 逕邸B | 11101001100000001001010111101001100000101011100001000010 | e98095e982b842 |
UHC | 逕邸B | 1100110011101111111011101101000001000010 | ccefeed042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)