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 | 郤順抄羔 | 1110011110111010100011111000011110001111101101001110001110110100 | e7ba8f878fb4e3b4 |
EUC-JP | 郤順抄羔 | 1110111010111100101111011110011110111110101101101110011010110110 | eebcbde7beb6e6b6 |
UTF-8 | 郤順抄羔 | 111010011000001110100100111010011010000010000110111001101000101010000100111001111011111010010100 | e983a4e9a086e68a84e7be94 |
UHC | ?順抄羔 | 00111111111000101111011111110100111111001100110111000100 | 3fe2f7f4fccdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)