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 | 庄?館 | 1000111110101111001111111000101011011001 | 8faf3f8ad9 |
EUC-JP | 庄?館 | 1011111010110001001111111011010011011011 | beb13fb4db |
UTF-8 | 庄멱館 | 111001011011101010000100111010111010100110110001111010011010010010101000 | e5ba84eba9b1e9a4a8 |
UHC | 庄멱館 | 111011011110010010111000111010001100111010111101 | ede4b8e8cebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)