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 | 芟窮ぞ | 111001001000110010001011100001111000001010111100 | e48c8b8782bc |
EUC-JP | 芟窮ぞ | 111001111110110010110101111001111010010010111110 | e7ecb5e7a4be |
UTF-8 | 芟窮ぞ | 111010001000101010011111111001111010101010101110111000111000000110011110 | e88a9fe7aaaee3819e |
UHC | 芟窮ぞ | 110111111011011111001111111000111010101010111110 | dfb7cfe3aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)