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 | 螽帙k碪 | 1110010110101000100110111110001110000010100010111110000111110010 | e5a89be3828be1f2 |
EUC-JP | 螽帙k碪 | 1110101010101010110101101110010110100011111010111110001011110100 | eaaad6e5a3ebe2f4 |
UTF-8 | 螽帙k碪 | 111010001001111010111101111001011011100010011001111011111011110110001011111001111010001010101010 | e89ebde5b899efbd8be7a2aa |
UHC | ?帙k? | 001111111111001011101101101000111110101100111111 | 3ff2eda3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)