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 | ンタ遘 | 110111011100000011110010111010101110011110100111 | ddc0f2eae7a7 |
EUC-JP | ンタ?遘 | 10001110110111011000111011000000001111111110111010101001 | 8edd8ec03feea9 |
UTF-8 | ンタ遘 | 111011111011111010011101111011111011111010000000111011101000100010100001111010011000000110011000 | efbe9defbe80ee88a1e98198 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)