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 | 韃育明錏 | 1110100011100101100010001110011110010110101111101110011111111001 | e8e588e796bee7f9 |
EUC-JP | 韃育明錏 | 1111000011100111101100001110100111001100110000001110111011111011 | f0e7b0e9ccc0eefb |
UTF-8 | 韃育明錏 | 111010011001111110000011111010001000001010110010111001101001100010001110111010011000110010001111 | e99f83e882b2e6988ee98c8f |
UHC | ?育明? | 001111111110101111000000110110011010010100111111 | 3febc0d9a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)