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 | 鐔ワ州肄 | 1110100001011100100000111000111110001111010000101110001111100101 | e85c838f8f42e3e5 |
EUC-JP | 鐔ワ州肄 | 1110111110111101101001011110111110111101101000111110011011100111 | efbda5efbda3e6e7 |
UTF-8 | 鐔ワ州肄 | 111010011001000010010100111000111000001110101111111001011011011110011110111010001000001010000100 | e99094e383afe5b79ee88284 |
UHC | ?ワ州肄 | 00111111101010111110111111110001101101101110110010111101 | 3fabeff1b6ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)