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 | 陷亥沺譴オ | 111010001001110010001000111001011001111110011111111001101010001010110101 | e89c88e59f9fe6a2b5 |
EUC-JP | 陷亥沺譴オ | 11101111111111001011000011100111110111101010000111101100101001001000111010110101 | effcb0e7dea1eca48eb5 |
UTF-8 | 陷亥沺譴オ | 111010011001100110110111111001001011101010100101111001101011001010111010111010001010110110110100111011111011110110110101 | e999b7e4baa5e6b2bae8adb4efbdb5 |
UHC | 陷亥?譴? | 1111100111101000111110101010010000111111110011001011100100111111 | f9e8faa43fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)