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 | 螢梧@ | 111001011010001110001100111001101000000110010111 | e5a38ce68197 |
EUC-JP | 螢梧@ | 111010101010010110111000111010001010000111110111 | eaa5b8e8a1f7 |
UTF-8 | 螢梧@ | 111010001001111010100010111001101010001010100111111011111011110010100000 | e89ea2e6a2a7efbca0 |
UHC | 螢梧@ | 111110111010101111100111111111001010001111000000 | fbabe7fca3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)