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 | 逆???? | 100010110111010000111111001111110011111100111111 | 8b743f3f3f3f |
EUC-JP | 逆???? | 101101011101010100111111001111110011111100111111 | b5d53f3f3f3f |
UTF-8 | 逆롆롏렓렜 | 111010011000000010000110111010111010000110000110111010111010000110001111111010111010000010010011111010111010000010011100 | e98086eba186eba18feba093eba09c |
UHC | 逆롆롏렓렜 | 11100110101111011000111011001100100011101101010110001110101010001000111010101110 | e6bd8ecc8ed58ea88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)