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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?臣∮??B | 0011111110010000011000101000011110010011001111110011111101000010 | 3f906287933f3f42 |
EUC-JP | ?臣???B | 00111111101111111100001100111111001111110011111101000010 | 3fbfc33f3f3f42 |
UTF-8 | 룵臣∮룶웡B | 11101011101000111011010111101000100001111010001111100010100010001010111011101011101000111011011011101100100110111010000101000010 | eba3b5e887a3e288aeeba3b6ec9ba142 |
UHC | 룵臣∮룶웡B | 1000111110101010111000111110110110100010101100011000111110101011101111111111110101000010 | 8faae3eda2b18fabbffd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)