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 | 銕ィ轤願ャ | 1110011111101100101010001110011110000010100010101110100010101100 | e7eca8e7828ae8ac |
EUC-JP | 銕ィ轤願ャ | 11101110111011101000111010101000111011011110001010110100111010101000111010101100 | eeee8ea8ede2b4ea8eac |
UTF-8 | 銕ィ轤願ャ | 111010011000101010010101111011111011110110101000111010001011110110100100111010011010000110011000111011111011110110101100 | e98a95efbda8e8bda4e9a198efbdac |
UHC | ???願? | 001111110011111100111111111010101100001100111111 | 3f3f3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)