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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悠?迂?? | 10010111010010010011111110001001010010010011111100111111 | 97493f89493f3f |
EUC-JP | 悠?迂?? | 11001101101010100011111110110001101010100011111100111111 | cdaa3fb1aa3f3f |
UTF-8 | 悠렒迂렦淋 | 111001101000001010100000111010111010000010010010111010001011111110000010111010111010000010100110111011111010011110110101 | e682a0eba092e8bf82eba0a6efa7b5 |
UHC | 悠렒迂렦淋 | 11101010111011011000111010100111111010011110011010001110101101011110110011111000 | eaed8ea7e9e68eb5ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)