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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 爵爵爵爵B | 100011101101110110001110110111011000111011011101100011101101110101000010 | 8edd8edd8edd8edd42 |
EUC-JP | 爵爵爵爵B | 101111001101111110111100110111111011110011011111101111001101111101000010 | bcdfbcdfbcdfbcdf42 |
UTF-8 | 爵爵爵爵B | 11100111100010001011010111100111100010001011010111100111100010001011010111100111100010001011010101000010 | e788b5e788b5e788b5e788b542 |
UHC | 爵爵爵爵B | 111011011100100111101101110010011110110111001001111011011100100101000010 | edc9edc9edc9edc942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)