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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 町棒? | 1001001010101100100101100101111100111111 | 92ac965f3f |
EUC-JP | 町棒? | 1100010010101110110010111100000000111111 | c4aecbc03f |
UTF-8 | 町棒샤 | 111001111001010010111010111001101010001110010010111011001000001110100100 | e794bae6a392ec83a4 |
UHC | 町棒샤 | 111011111110101111011100111010101011101111111110 | efebdceabbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)