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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 諶?崇B | 111110111010101000111111100100001001001001000010 | fbaa3f909242 |
EUC-JP | 諶?崇B | 10001111110111101011010100111111101111111111001001000010 | 8fdeb53fbff242 |
UTF-8 | 諶뗼崇B | 11101000101010111011011011101011100101111011110011100101101101001000011101000010 | e8abb6eb97bce5b48742 |
UHC | 諶뗼崇B | 11100100101001101000101111111011111000101111110101000010 | e4a68bfbe2fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)