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 | 鋻譴鰮 | 111110111101100111100110101000101110100111011001 | fbd9e6a2e9d9 |
EUC-JP | 鋻譴鰮 | 10001111111001001101000111101100101001001111001011011011 | 8fe4d1eca4f2db |
UTF-8 | 鋻譴鰮 | 111010011000101110111011111010001010110110110100111010011011000010101110 | e98bbbe8adb4e9b0ae |
UHC | ?譴? | 00111111110011001011100100111111 | 3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)