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 | 巽贈測辿臓 | 10010010010001101001000110100001100100011010101010010010010010001001000110011111 | 924691a191aa9248919f |
EUC-JP | 巽贈測辿臓 | 11000011101001111100001010100011110000101010110011000011101010011100001010100001 | c3a7c2a3c2acc3a9c2a1 |
UTF-8 | 巽贈測辿臓 | 111001011011011110111101111010001011010010001000111001101011100010101100111010001011111010111111111010001000011110010011 | e5b7bde8b488e6b8ace8bebfe88793 |
UHC | 巽贈測?? | 1110000111011110111100011111110011110110101101000011111100111111 | e1def1fcf6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)