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 | 釈舎捨灼 | 1000111011011111100011101100100110001110110011001000111011011100 | 8edf8ec98ecc8edc |
EUC-JP | 釈舎捨灼 | 1011110011100001101111001100101110111100110011101011110011011110 | bce1bccbbccebcde |
UTF-8 | 釈舎捨灼 | 111010011000011110001000111010001000100010001110111001101000110110101000111001111000000110111100 | e98788e8888ee68da8e781bc |
UHC | ??捨灼 | 001111110011111111011110110101111110110111000111 | 3f3fded7edc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)