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???S?E | 0011111101000010001111110011111100111111010100110011111101000101 | 3f423f3f3f533f45 |
SJIS-WIN | ?B???S?E | 0011111101000010001111110011111100111111010100110011111101000101 | 3f423f3f3f533f45 |
EUC-JP | ?B???S?E | 0011111101000010001111110011111100111111010100110011111101000101 | 3f423f3f3f533f45 |
UTF-8 | 챈B혢챗혗S혪E | 111011001011000110001000010000101110110110011000101000101110110010110001100101111110110110011000100101110101001111101101100110001010101001000101 | ecb18842ed98a2ecb197ed989753ed98aa45 |
UHC | 챈B혢챗혗S혪E | 11000011101001100100001011000010100010111100001110101010110000101000001001010011110000101001001001000101 | c3a642c28bc3aac28253c29245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)