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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅰ雫鴦執シ | 1111101001000000100011101011010011101001111100011000111010110111111100001110010110111100 | fa408eb4e9f18eb7f0e5bc |
EUC-JP | ?雫鴦執?シ | 00111111101111001011011011110010111100111011110010111001001111111000111010111100 | 3fbcb6f2f3bcb93f8ebc |
UTF-8 | ⅰ雫鴦執シ | 111000101000010110110000111010011001101110101011111010011011010010100110111001011001111110110111111011101000001010100100111011111011110110111100 | e285b0e99babe9b4a6e59fb7ee82a4efbdbc |
UHC | ⅰ?鴦執?? | 101001011010000100111111111001001110110011110010111110110011111100111111 | a5a13fe4ecf2fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)