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 | 実湘ケ | 10001110110000001000111111000011101110011111000011000010 | 8ec08fc3b9f0c2 |
EUC-JP | 実湘ケ? | 10111100110000101011111011000101100011101011100100111111 | bcc2bec58eb93f |
UTF-8 | 実湘ケ | 111001011010111010011111111001101011100110011000111011111011110110111001111011101000001010000001 | e5ae9fe6b998efbdb9ee8281 |
UHC | ?湘?? | 0011111111011111110011110011111100111111 | 3fdfcf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)