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笏 | 1110010110101000100110111110001110000010100010111110001010010100 | e5a89be3828be294 |
EUC-JP | 螽帙k笏 | 1110101010101010110101101110010110100011111010111110001111110100 | eaaad6e5a3ebe3f4 |
UTF-8 | 螽帙k笏 | 111010001001111010111101111001011011100010011001111011111011110110001011111001111010110010001111 | e89ebde5b899efbd8be7ac8f |
UHC | ?帙k笏 | 00111111111100101110110110100011111010111111101111101110 | 3ff2eda3ebfbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)