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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???晤? | 001111110011111100111111100111011110101100111111 | 3f3f3f9deb3f |
EUC-JP | 渶??晤? | 1000111111000111111011010011111100111111110110101110110100111111 | 8fc7ed3f3fdaed3f |
UTF-8 | 渶싪킀晤잏 | 111001101011100010110110111011001000101110101010111011011000001010000000111001101001100110100100111011001001111010001111 | e6b8b6ec8baaed8280e699a4ec9e8f |
UHC | 渶싪킀晤잏 | 11100111101101111001101011101000101101001000110111100111111110111001111111100111 | e7b79ae8b48de7fb9fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)