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 | 爺?Ⅰ爺 | 10010110111010100011111110000111010101001001011011101010 | 96ea3f875496ea |
EUC-JP | 爺??爺 | 110011001110110000111111001111111100110011101100 | ccec3f3fccec |
UTF-8 | 爺뗰Ⅰ爺 | 111001111000100010111010111010111001011110110000111000101000010110100000111001111000100010111010 | e788baeb97b0e285a0e788ba |
UHC | 爺뗰Ⅰ爺 | 1110010110101100100010111110111110100101101100001110010110101100 | e5ac8befa5b0e5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)