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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??鍮?┯ | 100010001101100000111111001111111110100001001010001111111000010010110110 | 88d83f3fe84a3f84b6 |
EUC-JP | 畏??鍮?┯ | 101100001101101000111111001111111110111110101011001111111010100010111000 | b0da3f3fefab3fa8b8 |
UTF-8 | 畏븍ㅉ鍮볩┯ | 111001111001010110001111111010111011100010001101111000111000010110001001111010011000110110101110111010111011001110101001111000101001010010101111 | e7958febb88de38589e98daeebb3a9e294af |
UHC | 畏븍ㅉ鍮볩┯ | 111010001110011010111010111010111010010010111001111010111011100110010011111011111010011010111000 | e8e6baeba4b9ebb993efa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)