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 | 嚥▲?巽? | 1001101010001011100000011010001100111111100100100100011000111111 | 9a8b81a33f92463f |
EUC-JP | 嚥▲?巽? | 1101001111101011101000101010010100111111110000111010011100111111 | d3eba2a53fc3a73f |
UTF-8 | 嚥▲꺂巽뺹 | 111001011001101010100101111000101001011010110010111010101011101010000010111001011011011110111101111010111011101010111001 | e59aa5e296b2eaba82e5b7bdebbab9 |
UHC | 嚥▲꺂巽뺹 | 11100110101111111010000111100011100000111010101111100001110111101001011001000010 | e6bfa1e383abe1de9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)