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 | 隘娯握 | 111010001010010110001100111000101000100010101100 | e8a58ce288ac |
EUC-JP | 隘娯握 | 111100001010011110111000111001001011000010101110 | f0a7b8e4b0ae |
UTF-8 | 隘娯握 | 111010011001101010011000111001011010100010101111111001101000111110100001 | e99a98e5a8afe68fa1 |
UHC | 隘?握 | 1110010011110110001111111110010011000100 | e4f63fe4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)