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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 霎y霎yB | 11101000101111100111100111101000101111100111100101000010 | e8be79e8be7942 |
EUC-JP | 霎y霎yB | 11110000110000000111100111110000110000000111100101000010 | f0c079f0c07942 |
UTF-8 | 霎y霎yB | 111010011001110010001110011110011110100110011100100011100111100101000010 | e99c8e79e99c8e7942 |
UHC | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)