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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 辿臓属k | 10010010010010001001000110011111100100011010111001101011 | 9248919f91ae6b |
EUC-JP | 辿臓属k | 11000011101010011100001010100001110000101011000001101011 | c3a9c2a1c2b06b |
UTF-8 | 辿臓属k | 11101000101111101011111111101000100001111001001111100101101100011001111001101011 | e8bebfe88793e5b19e6b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)