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 | 10010010101000100111100110010010101000100111100101000010 | 92a27992a27942 |
EUC-JP | 弔y弔yB | 11000100101001000111100111000100101001000111100101000010 | c4a479c4a47942 |
UTF-8 | 弔y弔yB | 111001011011110010010100011110011110010110111100100101000111100101000010 | e5bc9479e5bc947942 |
UHC | 弔y弔yB | 11110000110000000111100111110000110000000111100101000010 | f0c079f0c07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)