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 | 郢ケ迹・ | 111001111011100110111001111001111001000110100101 | e7b9b9e791a5 |
EUC-JP | 郢ケ迹・ | 1110111010111011100011101011100111101101111100011000111010100101 | eebb8eb9edf18ea5 |
UTF-8 | 郢ケ迹・ | 111010011000001110100010111011111011110110111001111010001011111110111001111011111011110110100101 | e983a2efbdb9e8bfb9efbda5 |
UHC | ??迹? | 0011111100111111111011101110100100111111 | 3f3feee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)