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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 勇?8誼 | 10010111010001010011111110000010010101111000101101100010 | 97453f82578b62 |
EUC-JP | 勇?8誼 | 11001101101001100011111110100011101110001011010111000011 | cda63fa3b8b5c3 |
UTF-8 | 勇싲8誼 | 111001011000101110000111111011001000101110110010111011111011110010011000111010001010101010111100 | e58b87ec8bb2efbc98e8aabc |
UHC | 勇싲8誼 | 1110100110111000100110101110101110100011101110001110101111111110 | e9b89aeba3b8ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)