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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淀槃? | 1001011110000100100111101100111100111111 | 97849ecf3f |
EUC-JP | 淀槃? | 1100110111100100110111001101000100111111 | cde4dcd13f |
UTF-8 | 淀槃勞 | 111001101011011110000000111001101010011110000011111011111010010010101111 | e6b780e6a783efa4af |
UHC | 淀槃勞 | 111011111110001111011010111010011101001010111110 | efe3dae9d2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)