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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池?袁篩? | 1001001001110010001111111110010111001101111000101011111100111111 | 92723fe5cde2bf3f |
EUC-JP | 池?袁篩? | 1100001111010011001111111110101011001111111001001100000100111111 | c3d33feacfe4c13f |
UTF-8 | 池렍袁篩ㄼ | 111001101011000110100000111010111010000010001101111010001010001010000001111001111010111110101001111000111000010010111100 | e6b1a0eba08de8a281e7afa9e384bc |
UHC | 池렍袁篩ㄼ | 11110010101011101000111010100011111010101011111011011110111010001010010010101100 | f2ae8ea3eabedee8a4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)