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º | 10010010010001101001001001011100100100011011100110010010010010111001000110111010 | 9246925c91b9924b91ba |
SJIS-WIN | ?F?\???K?? | 00111111010001100011111101011100001111110011111100111111010010110011111100111111 | 3f463f5c3f3f3f4b3f3f |
EUC-JP | ?F?\???K?º | 001111110100011000111111010111000011111100111111001111110100101100111111100011111010001011101011 | 3f463f5c3f3f3f4b3f8fa2eb |
UTF-8 | F\¹Kº | 1100001010010010010001101100001010010010010111001100001010010001110000101011100111000010100100100100101111000010100100011100001010111010 | c29246c2925cc291c2b9c2924bc291c2ba |
UHC | ?F?\?¹?K?º | 001111110100011000111111010111000011111110101001111101100011111101001011001111111010100010101100 | 3f463f5c3fa9f63f4b3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)