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 | 棕竭? | 1001111010100001111000101001000100111111 | 9ea1e2913f |
EUC-JP | 棕竭? | 1101110010100011111000111111000100111111 | dca3e3f13f |
UTF-8 | 棕竭렮 | 111001101010001110010101111001111010101110101101111010111010000010101110 | e6a395e7abadeba0ae |
UHC | 棕竭렮 | 111100001111011111001010111001101000111010111011 | f0f7cae68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)