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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 油?長 | 1001011011111011001111111001001010110111 | 96fb3f92b7 |
EUC-JP | 油?長 | 1100110011111101001111111100010010111001 | ccfd3fc4b9 |
UTF-8 | 油렪長 | 111001101011001010111001111010111010000010101010111010011001010110110111 | e6b2b9eba0aae995b7 |
UHC | 油렪長 | 111010101111101010001110101110001110110111111110 | eafa8eb8edfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)