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 | 邂エ贒情 | 11100111101011101011010011111011101011111000111111101110 | e7aeb4fbaf8fee |
EUC-JP | 邂エ贒情 | 111011101011000010001110101101001000111111011111110000111011111011110000 | eeb08eb48fdfc3bef0 |
UTF-8 | 邂エ贒情 | 111010011000001010000010111011111011110110110100111010001011010010010010111001101000001110000101 | e98282efbdb4e8b492e68385 |
UHC | 邂??情 | 111110101011001100111111001111111110111111010111 | fab33f3fefd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)