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 | 帳??晨 | 100100101010000000111111001111111001110111101101 | 92a03f3f9ded |
EUC-JP | 帳??晨 | 110001001010001000111111001111111101101011101111 | c4a23f3fdaef |
UTF-8 | 帳어봅晨 | 111001011011100010110011111011001001011010110100111010111011010010000101111001101001100110101000 | e5b8b3ec96b4ebb485e699a8 |
UHC | 帳어봅晨 | 1110110111100011101111101110111010111010101111101110001111100111 | ede3beeebabee3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)