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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???數 | 0011111100111111001111111001110111001001 | 3f3f3f9dc9 |
EUC-JP | 繡??數 | 10001111110101001101011100111111001111111101101011001011 | 8fd4d73f3fdacb |
UTF-8 | 繡땳뜠數 | 111001111011100110100001111010111001010110110011111010111001110010100000111001101001010110111000 | e7b9a1eb95b3eb9ca0e695b8 |
UHC | 繡땳뜠數 | 1110001010111001100010111000100110001101101000111110001010100110 | e2b98b898da3e2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)