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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 。ニ・チ・フ | 101000011100011010100101110000011010010111001100 | a1c6a5c1a5cc |
EUC-JP | 。ニ・チ・フ | 100011101010000110001110110001101000111010100101100011101100000110001110101001011000111011001100 | 8ea18ec68ea58ec18ea58ecc |
UTF-8 | 。ニ・チ・フ | 111011111011110110100001111011111011111010000110111011111011110110100101111011111011111010000001111011111011110110100101111011111011111010001100 | efbda1efbe86efbda5efbe81efbda5efbe8c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)