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 | ???句 | 0011111100111111001111111000101111100101 | 3f3f3f8be5 |
EUC-JP | ???句 | 0011111100111111001111111011011011100111 | 3f3f3fb6e7 |
UTF-8 | 裏곌렚句 | 111011111010011110100111111010101011001110001100111010111010000010011010111001011000111110100101 | efa7a7eab38ceba09ae58fa5 |
UHC | 裏곌렚句 | 1110110011000000101100001110101010001110101011011100111110100011 | ecc0b0ea8eadcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)