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 | 癌??瀛? | 10001010111000000011111100111111111000000110100100111111 | 8ae03f3fe0693f |
EUC-JP | 癌??瀛? | 10110100111000100011111100111111110111111100101000111111 | b4e23f3fdfca3f |
UTF-8 | 癌귛뢝瀛귦 | 111001111001100110001100111010101011011110011011111010111010001010011101111001111000000010011011111010101011011110100110 | e7998ceab79beba29de7809beab7a6 |
UHC | 癌귛뢝瀛귦 | 11100100110111111000001011100101100011110101100011100111101110101000001011101101 | e4df82e58f58e7ba82ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)