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 | ??妖? | 0011111100111111100101110110010000111111 | 3f3f97643f |
EUC-JP | ??妖? | 0011111100111111110011011100010100111111 | 3f3fcdc53f |
UTF-8 | 쐛了妖쐛 | 111011001001000010011011111011111010011010111010111001011010011010010110111011001001000010011011 | ec909befa6bae5a696ec909b |
UHC | 쐛了妖쐛 | 1001110010000001111010001110011111101000111011011001110010000001 | 9c81e8e7e8ed9c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)