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 | F¥¹K | 1001001001000110100100011010010110010001101110011001001001001011 | 924691a591b9924b |
SJIS-WIN | ?F?¥???K | 001111110100011000111111100000011000111100111111001111110011111101001011 | 3f463f818f3f3f3f4b |
EUC-JP | ?F?????K | 0011111101000110001111110011111100111111001111110011111101001011 | 3f463f3f3f3f3f4b |
UTF-8 | F¥¹K | 1100001010010010010001101100001010010001110000101010010111000010100100011100001010111001110000101001001001001011 | c29246c291c2a5c291c2b9c2924b |
UHC | ?F???¹?K | 001111110100011000111111001111110011111110101001111101100011111101001011 | 3f463f3f3fa9f63f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)