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 | 聳よ桶莟 | 1110001111011110100000101110011010001001101100011110010010101111 | e3de82e689b1e4af |
EUC-JP | 聳よ桶莟 | 1110011011100000101001001110100010110010101100111110100010110001 | e6e0a4e8b2b3e8b1 |
UTF-8 | 聳よ桶莟 | 111010001000000110110011111000111000001010001000111001101010000110110110111010001000111010011111 | e881b3e38288e6a1b6e88e9f |
UHC | 聳よ桶? | 11101001110001101010101011101000111101111101001000111111 | e9c6aae8f7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)