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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 省イ省蠑タ | 10001111110010001111100010111100101100101000111111001000111001011011110011000000 | 8fc8f8bcb28fc8e5bcc0 |
EUC-JP | 省?イ省蠑タ | 1011111011001010001111111000111010110010101111101100101011101010101111101000111011000000 | beca3f8eb2becaeabe8ec0 |
UTF-8 | 省イ省蠑タ | 111001111001110010000001111011101001100110011011111011111011110110110010111001111001110010000001111010001010000010010001111011111011111010000000 | e79c81ee999befbdb2e79c81e8a091efbe80 |
UHC | 省??省?? | 1110000011111101001111110011111111100000111111010011111100111111 | e0fd3f3fe0fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)