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 | 莢ュ劾 | 111001001011000010000011100001011000101001001110 | e4b083858a4e |
EUC-JP | 莢ュ劾 | 111010001011001010100101111001011011001110101111 | e8b2a5e5b3af |
UTF-8 | 莢ュ劾 | 111010001000111010100010111000111000001110100101111001011000101010111110 | e88ea2e383a5e58abe |
UHC | 莢ュ劾 | 111110101111100010101011111001011111101010110110 | faf8abe5fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)