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 | 鮨朱ス賛 | 11101001101111011000111011101001101111011000111001011110 | e9bd8ee9bd8e5e |
EUC-JP | 鮨朱ス賛 | 1111001010111111101111001110101110001110101111011011101110111111 | f2bfbceb8ebdbbbf |
UTF-8 | 鮨朱ス賛 | 111010011010111010101000111001101001110010110001111011111011110110111101111010001011001110011011 | e9aea8e69cb1efbdbde8b39b |
UHC | ?朱?? | 0011111111110001101110010011111100111111 | 3ff1b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)