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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 畏??x{d | 10001000110110000011111100111111011110000111101101100100 | 88d83f3f787b64 |
EUC-JP | 畏??x{d | 10110000110110100011111100111111011110000111101101100100 | b0da3f3f787b64 |
UTF-8 | 畏먫뮅x{d | 111001111001010110001111111010111010100010101011111010111010111010000101011110000111101101100100 | e7958feba8abebae85787b64 |
UHC | 畏먫뮅x{d | 111010001110011010010000111010001001001010010100011110000111101101100100 | e8e690e89294787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)