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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爬猊犢爬 | 1110000010100110111000001100011111100000101101111110000010100110 | e0a6e0c7e0b7e0a6 |
EUC-JP | 爬猊犢爬 | 1110000010101000111000001100100111100000101110011110000010101000 | e0a8e0c9e0b9e0a8 |
UTF-8 | 爬猊犢爬 | 111001111000100010101100111001111000110010001010111001111000101010100010111001111000100010101100 | e788ace78c8ae78aa2e788ac |
UHC | 爬猊犢爬 | 1111011111110000111001111101100111010100101110111111011111110000 | f7f0e7d9d4bbf7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)