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 | 韃育明鞜 | 1110100011100101100010001110011110010110101111101110100011011111 | e8e588e796bee8df |
EUC-JP | 韃育明鞜 | 1111000011100111101100001110100111001100110000001111000011100001 | f0e7b0e9ccc0f0e1 |
UTF-8 | 韃育明鞜 | 111010011001111110000011111010001000001010110010111001101001100010001110111010011001111010011100 | e99f83e882b2e6988ee99e9c |
UHC | ?育明? | 001111111110101111000000110110011010010100111111 | 3febc0d9a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)