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 | 鞴犒ムイ | 111010001110010011100000101101011101000110110010 | e8e4e0b5d1b2 |
EUC-JP | 鞴犒ムイ | 1111000011100110111000001011011110001110110100011000111010110010 | f0e6e0b78ed18eb2 |
UTF-8 | 鞴犒ムイ | 111010011001111010110100111001111000101010010010111011111011111010010001111011111011110110110010 | e99eb4e78a92efbe91efbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)