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 | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
EUC-JP | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
UTF-8 | 淋귦샃H淋 | 11101111101001111011010111101010101101111010011011101100100000111000001101001000111011111010011110110101 | efa7b5eab7a6ec838348efa7b5 |
UHC | 淋귦샃H淋 | 111011001111100010000010111011011001100010110101010010001110110011111000 | ecf882ed98b548ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)