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 | 臍?l堤 | 11100100011000000011111110000010100011001001001011100111 | e4603f828c92e7 |
EUC-JP | 臍?l堤 | 11100111110000010011111110100011111011001100010011101001 | e7c13fa3ecc4e9 |
UTF-8 | 臍멨l堤 | 111010001000011110001101111010111010100110101000111011111011110110001100111001011010000010100100 | e8878deba9a8efbd8ce5a0a4 |
UHC | 臍멨l堤 | 1111000010110000101110001110010110100011111011001111000010100111 | f0b0b8e5a3ecf0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)