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 | 11111011010001101101111011111010111110001010001101000010 | fb46defaf8a342 |
EUC-JP | 渹゙汯」B | 1000111111000111111011101000111011011110100011111100011011100011100011101010001101000010 | 8fc7ee8ede8fc6e38ea342 |
UTF-8 | 渹゙汯」B | 11100110101110001011100111101111101111101001111011100110101100011010111111101111101111011010001101000010 | e6b8b9efbe9ee6b1afefbda342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)