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 | ?曖從? | 001111111001111001000010100111000110111000111111 | 3f9e429c6e3f |
EUC-JP | ?曖從? | 001111111101101110100011110101111100111100111111 | 3fdba3d7cf3f |
UTF-8 | 솝曖從阮 | 111011001000011010011101111001101001101110010110111001011011111010011110111011111010011110000110 | ec869de69b96e5be9eefa786 |
UHC | 솝曖從阮 | 1011110011011001111001001111001011110000111101001110101011000001 | bcd9e4f2f0f4eac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)