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 | ?曖從忍 | 00111111100111100100001010011100011011101001010001000101 | 3f9e429c6e9445 |
EUC-JP | ?曖從忍 | 00111111110110111010001111010111110011111100011110100110 | 3fdba3d7cfc7a6 |
UTF-8 | 솝曖從忍 | 111011001000011010011101111001101001101110010110111001011011111010011110111001011011111110001101 | ec869de69b96e5be9ee5bf8d |
UHC | 솝曖從忍 | 1011110011011001111001001111001011110000111101001110110011011011 | bcd9e4f2f0f4ecdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)