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 | 辱??伍?? | 1001000001001010001111110011111110001100110111100011111100111111 | 904a3f3f8cde3f3f |
EUC-JP | 辱??伍?? | 1011111110101011001111110011111110111000111000000011111100111111 | bfab3f3fb8e03f3f |
UTF-8 | 辱껃툔伍섌큳 | 111010001011111010110001111010101011101110000011111011011000100010010100111001001011110010001101111011001000010010001100111011011000000110110011 | e8beb1eabb83ed8894e4bc8dec848ced81b3 |
UHC | 辱껃툔伍섌큳 | 111010011011010010000011111001011011100010001011111001111110101010011000111010011011010010000011 | e9b483e5b88be7ea98e9b483 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)