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 | 俉??辱 | 111110100110000100111111001111111001000001001010 | fa613f3f904a |
EUC-JP | 俉??辱 | 10001111101100011011101100111111001111111011111110101011 | 8fb1bb3f3fbfab |
UTF-8 | 俉녔찀辱 | 111001001011111110001001111010111000010110010100111011001011000010000000111010001011111010110001 | e4bf89eb8594ecb080e8beb1 |
UHC | 俉녔찀辱 | 1110011111101011101100111110011010101001100001001110100110110100 | e7ebb3e6a984e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)