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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞽…甦 | 111000011101101010000001011000111110000101010011 | e1da8163e153 |
EUC-JP | 瞽…甦 | 111000101101110010100001110001001110000110110100 | e2dca1c4e1b4 |
UTF-8 | 瞽…甦 | 111001111001111010111101111000101000000010100110111001111001010010100110 | e79ebde280a6e794a6 |
UHC | ?…甦 | 0011111110100001101001101110000111000001 | 3fa1a6e1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)