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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 隱シ蜻ア] | 11101000101010101011110011100101100100011011000101011101 | e8aabce591b15d |
EUC-JP | 隱シ蜻ア] | 111100001010110010001110101111001110100111110001100011101011000101011101 | f0ac8ebce9f18eb15d |
UTF-8 | 隱シ蜻ア] | 11101001100110101011000111101111101111011011110011101000100111001011101111101111101111011011000101011101 | e99ab1efbdbce89cbbefbdb15d |
UHC | 隱???] | 111010111101111100111111001111110011111101011101 | ebdf3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)