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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 。ヌ「鑽B | 101000011100011110100010111010000111001001000010 | a1c7a2e87242 |
EUC-JP | 。ヌ「鑽B | 100011101010000110001110110001111000111010100010111011111101001101000010 | 8ea18ec78ea2efd342 |
UTF-8 | 。ヌ「鑽B | 11101111101111011010000111101111101111101000011111101111101111011010001011101001100100011011110101000010 | efbda1efbe87efbda2e991bd42 |
UHC | ???鑽B | 001111110011111100111111111100111100100001000010 | 3f3f3ff3c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)