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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 雨?\}雨?\{^ | 1000100101001010001111110101110001111101100010010100101000111111010111000111101101011110 | 894a3f5c7d894a3f5c7b5e |
EUC-JP | 雨?\}雨?\{^ | 1011000110101011001111110101110001111101101100011010101100111111010111000111101101011110 | b1ab3f5c7db1ab3f5c7b5e |
UTF-8 | 雨뢥\}雨뢥\{^ | 1110100110011011101010001110101110100010101001010101110001111101111010011001101110101000111010111010001010100101010111000111101101011110 | e99ba8eba2a55c7de99ba8eba2a55c7b5e |
UHC | 雨뢥\}雨뢥\{^ | 11101001111010111000111101100110010111000111110111101001111010111000111101100110010111000111101101011110 | e9eb8f665c7de9eb8f665c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)