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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醍?牝 | 1001000111100111001111111001011011000100 | 91e73f96c4 |
EUC-JP | 醍?牝 | 1100001011101001001111111100110011000110 | c2e93fccc6 |
UTF-8 | 醍븃牝 | 111010011000011010001101111010111011100010000011111001111000100110011101 | e9868debb883e7899d |
UHC | 醍븃牝 | 111100001011010110111010111010001101111010110110 | f0b5bae8deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)