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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 筌??肄?{d | 111000101010001100111111001111111110001111100101001111110111101101100100 | e2a33f3fe3e53f7b64 |
EUC-JP | 筌??肄?{d | 111001001010010100111111001111111110011011100111001111110111101101100100 | e4a53f3fe6e73f7b64 |
UTF-8 | 筌듭룇肄죢{d | 1110011110101101100011001110101110010011101011011110101110100011100001111110100010000010100001001110110010100011101000100111101101100100 | e7ad8ceb93adeba387e88284eca3a27b64 |
UHC | 筌듭룇肄죢{d | 111011111010011110110101111011001000111110000110111011001011110110100001011110000111101101100100 | efa7b5ec8f86ecbda1787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)