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 | 酌者渉 | 1000111011011110100011101101001010001111110000101111000001000110 | 8ede8ed28fc2f046 |
EUC-JP | 酌者渉? | 10111100111000001011110011010100101111101100010000111111 | bce0bcd4bec43f |
UTF-8 | 酌者渉 | 111010011000010110001100111010001000000010000101111001101011100010001001111011101000000010000110 | e9858ce88085e6b889ee8086 |
UHC | 酌者?? | 111011011100110011101101101110100011111100111111 | edccedba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)