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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???沅??? | 001111110011111100111111100011111100011011101001001111110011111100111111 | 3f3f3f8fc6e93f3f3f |
UTF-8 | 嶪욋뫓沅잏뭐類 | 111001011011011010101010111011001001101010001011111010111010101110010011111001101011001010000101111011001001111010001111111010111010110110010000111011111010011110010000 | e5b6aaec9a8bebab93e6b285ec9e8febad90efa790 |
UHC | 嶪욋뫓沅잏뭐類 | 1110010111110101101111111110001010010001101101011110101010110110100111111110011110111001101110011110101110111010 | e5f5bfe291b5eab69fe7b9b9ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)