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 | 蜿ゥ諱ッ驕妊 | 11100101100011111010100111100110100000011010111111101001100000011001010001000100 | e58fa9e681afe9819444 |
EUC-JP | 蜿ゥ諱ッ驕妊 | 111010011110111110001110101010011110101111100001100011101010111111110001111000011100011110100101 | e9ef8ea9ebe18eaff1e1c7a5 |
UTF-8 | 蜿ゥ諱ッ驕妊 | 111010001001110010111111111011111011110110101001111010001010101110110001111011111011110110101111111010011010100110010101111001011010011010001010 | e89cbfefbda9e8abb1efbdafe9a995e5a68a |
UHC | ??諱?驕妊 | 001111110011111111111101110010010011111111001110111101101110110011110100 | 3f3ffdc93fcef6ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)