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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 瑕狃。ヨK | 11100000111010101110000010111011101000011101011001001011 | e0eae0bba1d64b |
EUC-JP | 瑕狃。ヨK | 111000001110110011100000101111011000111010100001100011101101011001001011 | e0ece0bd8ea18ed64b |
UTF-8 | 瑕狃。ヨK | 11100111100100011001010111100111100010111000001111101111101111011010000111101111101111101001011001001011 | e79195e78b83efbda1efbe964b |
UHC | 瑕???K | 111110011100001000111111001111110011111101001011 | f9c23f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)