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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱??節ц? | 100100000100101000111111001111111001000011011111100001001000100000111111 | 904a3f3f90df84883f |
EUC-JP | 辱??節ц? | 101111111010101100111111001111111100000011100001101001111110100000111111 | bfab3f3fc0e1a7e83f |
UTF-8 | 辱덌풜節ц릢 | 1110100010111110101100011110101110001101100011001110110110010010100111001110011110101111100000001101000110000110111010111010011010100010 | e8beb1eb8d8ced929ce7af80d186eba6a2 |
UHC | 辱덌풜節ц릢 | 111010011011010010001000111011111011111010011111111011111011110110101100111010001001000010000100 | e9b488efbe9fefbdace89084 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)