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 | 葯щ8 | 111001001101111010000100100010111000001001010111 | e4de848b8257 |
EUC-JP | 葯щ8 | 111010001110000010100111111010111010001110111000 | e8e0a7eba3b8 |
UTF-8 | 葯щ8 | 1110100010010001101011111101000110001001111011111011110010011000 | e891afd189efbc98 |
UHC | 葯щ8 | 111001011011010110101100111010111010001110111000 | e5b5aceba3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)