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 | 佃??? | 1001001011001111001111110011111100111111 | 92cf3f3f3f |
EUC-JP | 佃??? | 1100010011010001001111110011111100111111 | c4d13f3f3f |
UTF-8 | 佃꿰렒렲 | 111001001011110110000011111010101011111110110000111010111010000010010010111010111010000010110010 | e4bd83eabfb0eba092eba0b2 |
UHC | 佃꿰렒렲 | 1110111011101100101100101110011110001110101001111000111010111111 | eeecb2e78ea78ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)