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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髯樊サ薙梓 | 111010011001100110011110111001101011101110010011111000111000100010110010 | e9999ee6bb93e388b2 |
EUC-JP | 髯樊サ薙梓 | 11110001111110011101110011101000100011101011101111000110111001011011000010110100 | f1f9dce88ebbc6e5b0b4 |
UTF-8 | 髯樊サ薙梓 | 111010011010101110101111111001101010100010001010111011111011110110111011111010001001011010011001111001101010001010010011 | e9abafe6a88aefbdbbe89699e6a293 |
UHC | ?樊??梓 | 00111111110110111110000000111111001111111110111010101001 | 3fdbe03f3feea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)