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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踐ъ右 | 111001101111011010000100100011001000100101000101 | e6f6848c8945 |
EUC-JP | 踐ъ右 | 111011001111100010100111111011001011000110100110 | ecf8a7ecb1a6 |
UTF-8 | 踐ъ右 | 1110100010111000100100001101000110001010111001011000111110110011 | e8b890d18ae58fb3 |
UHC | 踐ъ右 | 111101001100001010101100111011001110100111010011 | f4c2acece9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)