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 | 鬲崎ご縺剰恆 | 111010011010110110001101111010001000001010110010111000111000000110001111111010001001110010010001 | e9ad8de882b2e3818fe89c91 |
EUC-JP | 鬲崎ご縺剰恆 | 111100101010111110111010111010101010010010110100111001011110000110111110111010101101011111110001 | f2afbaeaa4b4e5e1beead7f1 |
UTF-8 | 鬲崎ご縺剰恆 | 111010011010110010110010111001011011010010001110111000111000000110010100111001111011100010111010111001011000100110110000111001101000000110000110 | e9acb2e5b48ee38194e7b8bae589b0e68186 |
UHC | ?崎ご??? | 0011111111010000111110001010101010110100001111110011111100111111 | 3fd0f8aab43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)