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 | ⅰ雫鴆執 | 1111101001000000100011101011010011101001111011111000111010110111 | fa408eb4e9ef8eb7 |
EUC-JP | ?雫鴆執 | 00111111101111001011011011110010111100011011110010111001 | 3fbcb6f2f1bcb9 |
UTF-8 | ⅰ雫鴆執 | 111000101000010110110000111010011001101110101011111010011011010010000110111001011001111110110111 | e285b0e99babe9b486e59fb7 |
UHC | ⅰ??執 | 101001011010000100111111001111111111001011111011 | a5a13f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)