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 | ⅰ雫裙痔 | 1111101001000000100011101011010011100101111000111000111010100100 | fa408eb4e5e38ea4 |
EUC-JP | ?雫裙痔 | 00111111101111001011011011101010111001011011110010100110 | 3fbcb6eae5bca6 |
UTF-8 | ⅰ雫裙痔 | 111000101000010110110000111010011001101110101011111010001010001110011001111001111001011110010100 | e285b0e99babe8a399e79794 |
UHC | ⅰ?裙痔 | 10100101101000010011111111001111110110011111011011000000 | a5a13fcfd9f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)