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 | 酌屡杓鴫 | 1000111011011110100011101100011010001110110110111000111010110000 | 8ede8ec68edb8eb0 |
EUC-JP | 酌屡杓鴫 | 1011110011100000101111001100100010111100110111011011110010110010 | bce0bcc8bcddbcb2 |
UTF-8 | 酌屡杓鴫 | 111010011000010110001100111001011011000110100001111001101001110110010011111010011011010010101011 | e9858ce5b1a1e69d93e9b4ab |
UHC | 酌?杓? | 111011011100110000111111111110001111010100111111 | edcc3ff8f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)