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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???餐 | 0011111100111111001111111000111001100000 | 3f3f3f8e60 |
EUC-JP | ???餐 | 0011111100111111001111111011101111000001 | 3f3f3fbbc1 |
UTF-8 | 씐렩아餐 | 111011001001010010010000111010111010000010101001111011001001010110000100111010011010010010010000 | ec9490eba0a9ec9584e9a490 |
UHC | 씐렩아餐 | 1011111010111011100011101011011110111110110001101111001111001001 | bebb8eb7bec6f3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)