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 | 綜?ぃ? | 100100011000111000111111100000101010000100111111 | 918e3f82a13f |
EUC-JP | 綜?ぃ? | 110000011110111000111111101001001010001100111111 | c1ee3fa4a33f |
UTF-8 | 綜폴ぃ렔 | 111001111011011010011100111011011000111110110100111000111000000110000011111010111010000010010100 | e7b69ced8fb4e38183eba094 |
UHC | 綜폴ぃ렔 | 1111000011111100110001101111101010101010101000111000111010101001 | f0fcc6faaaa38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)