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 | 俄??伸 | 100010011110001000111111001111111001000001001100 | 89e23f3f904c |
EUC-JP | 俄??伸 | 101100101110010000111111001111111011111110101101 | b2e43f3fbfad |
UTF-8 | 俄뤸랾伸 | 111001001011111110000100111010111010010010111000111010111001111010111110111001001011110010111000 | e4bf84eba4b8eb9ebee4bcb8 |
UHC | 俄뤸랾伸 | 1110010010101101100011111110011010001110010101111110001111011111 | e4ad8fe68e57e3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)