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 | ??彫? | 0011111100111111100100101010010000111111 | 3f3f92a43f |
EUC-JP | ??彫? | 0011111100111111110001001010011000111111 | 3f3fc4a63f |
UTF-8 | 臨렟彫렞 | 111011111010011110110110111010111010000010011111111001011011110110101011111010111010000010011110 | efa7b6eba09fe5bdabeba09e |
UHC | 臨렟彫렞 | 1110110011111010100011101011000011110000110000011000111010101111 | ecfa8eb0f0c18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)