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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 鱈谷側W | 10010010010011001001001001001010100100011010010001010111 | 924c924a91a457 |
EUC-JP | 鱈谷側W | 11000011101011011100001110101011110000101010011001010111 | c3adc3abc2a657 |
UTF-8 | 鱈谷側W | 11101001101100011000100011101000101100001011011111100101100000011011010001010111 | e9b188e8b0b7e581b457 |
UHC | ?谷側W | 001111111100110111011011111101101011000001010111 | 3fcddbf6b057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)