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 | 終竭? | 1000111101001001111000101001000100111111 | 8f49e2913f |
EUC-JP | 終竭? | 1011110110101010111000111111000100111111 | bdaae3f13f |
UTF-8 | 終竭렮 | 111001111011010110000010111001111010101110101101111010111010000010101110 | e7b582e7abadeba0ae |
UHC | 終竭렮 | 111100001111101111001010111001101000111010111011 | f0fbcae68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)