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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞣吮扱籬夐實 | 111010001110001010011001111000101000100010110101111000101101111110011010111010011001101110001001 | e8e299e288b5e2df9ae99b89 |
EUC-JP | 鞣吮扱籬夐實 | 111100001110010011010010111001001011000010110111111001001110000111010100111010111101010111101001 | f0e4d2e4b0b7e4e1d4ebd5e9 |
UTF-8 | 鞣吮扱籬夐實 | 111010011001111010100011111001011001000010101110111001101000100110110001111001111011000110101100111001011010010010010000111001011010111110100110 | e99ea3e590aee689b1e7b1ace5a490e5afa6 |
UHC | ??扱籬?實 | 001111110011111111010000111000101101011111100110001111111110001111111001 | 3f3fd0e2d7e63fe3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)