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 | 螽カ莨画芦蟆 | 1110010110101000101101101110010010111100100010011110011010001000101100001110010110110000 | e5a8b6e4bc89e688b0e5b0 |
EUC-JP | 螽カ莨画芦蟆 | 111010101010101010001110101101101110100010111110101100101110100010110000101100101110101010110010 | eaaa8eb6e8beb2e8b0b2eab2 |
UTF-8 | 螽カ莨画芦蟆 | 111010001001111010111101111011111011110110110110111010001000111010101000111001111001010010111011111010001000101010100110111010001001111110000110 | e89ebdefbdb6e88ea8e794bbe88aa6e89f86 |
UHC | ????芦? | 00111111001111110011111100111111111110111101100000111111 | 3f3f3f3ffbd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)