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 | 鐡鐡鐡鐡 | 1110100001100100111010000110010011101000011001001110100001100100 | e864e864e864e864 |
EUC-JP | 鐡鐡鐡鐡 | 1110111111000101111011111100010111101111110001011110111111000101 | efc5efc5efc5efc5 |
UTF-8 | 鐡鐡鐡鐡 | 111010011001000010100001111010011001000010100001111010011001000010100001111010011001000010100001 | e990a1e990a1e990a1e990a1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)