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 | ⅰ雫鴦執 | 11111010010000001000111010110100111010011111000110001110101101111111000011101011 | fa408eb4e9f18eb7f0eb |
EUC-JP | ?雫鴦執? | 0011111110111100101101101111001011110011101111001011100100111111 | 3fbcb6f2f3bcb93f |
UTF-8 | ⅰ雫鴦執 | 111000101000010110110000111010011001101110101011111010011011010010100110111001011001111110110111111011101000001010101010 | e285b0e99babe9b4a6e59fb7ee82aa |
UHC | ⅰ?鴦執? | 1010010110100001001111111110010011101100111100101111101100111111 | a5a13fe4ecf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)