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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貉ソ?豕涬 | 1110011010111001101111110011111111100110101100111111101101000001 | e6b9bf3fe6b3fb41 |
EUC-JP | 貉ソ訑豕涬 | 111011001011101110001110101111111000111111011101110001111110110010110101100011111100011111001111 | ecbb8ebf8fddc7ecb58fc7cf |
UTF-8 | 貉ソ訑豕涬 | 111010001011001010001001111011111011110110111111111010001010100010010001111010001011000110010101111001101011011010101100 | e8b289efbdbfe8a891e8b195e6b6ac |
UHC | ???豕? | 001111110011111100111111111000111100111000111111 | 3f3f3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)