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 | 遭竭? | 1001000110011000111000101001000100111111 | 9198e2913f |
EUC-JP | 遭竭? | 1100000111111000111000111111000100111111 | c1f8e3f13f |
UTF-8 | 遭竭렮 | 111010011000000110101101111001111010101110101101111010111010000010101110 | e981ade7abadeba0ae |
UHC | 遭竭렮 | 111100001110010011001010111001101000111010111011 | f0e4cae68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)