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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ラ疉 | 11110111101000111111011011001110111101111010001111010111111000010110100011110111101000111111011011001110 | f7a3f6cef7a3d7e168f7a3f6ce |
EUC-JP | ???ラ疉?? | 001111110011111100111111100011101101011111100001110010010011111100111111 | 3f3f3f8ed7e1c93f3f |
UTF-8 | ラ疉 | 111011101001011010000110111011101001001110110101111011101001011010000110111011111011111010010111111001111001011010001001111011101001011010000110111011101001001110110101 | ee9686ee93b5ee9686efbe97e79689ee9686ee93b5 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)