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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ミヒム釋シ | 110100001100101111010001111001111101011110111100 | d0cbd1e7d7bc |
EUC-JP | ミヒム釋シ | 10001110110100001000111011001011100011101101000111101110110110011000111010111100 | 8ed08ecb8ed1eed98ebc |
UTF-8 | ミヒム釋シ | 111011111011111010010000111011111011111010001011111011111011111010010001111010011000011110001011111011111011110110111100 | efbe90efbe8befbe91e9878befbdbc |
UHC | ???釋? | 001111110011111100111111111000001011011100111111 | 3f3f3fe0b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)