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 | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 借疾k | 1000111011011000100011101011111001101011 | 8ed88ebe6b |
EUC-JP | 借疾k | 1011110011011010101111001100000001101011 | bcdabcc06b |
UTF-8 | 借疾k | 11100101100000001001111111100111100101101011111001101011 | e5809fe796be6b |
UHC | 借疾k | 1111001110101000111100101111000001101011 | f3a8f2f06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)