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 | 榮??節ц? | 100111101100010000111111001111111001000011011111100001001000100000111111 | 9ec43f3f90df84883f |
EUC-JP | 榮??節ц? | 110111001100011000111111001111111100000011100001101001111110100000111111 | dcc63f3fc0e1a7e83f |
UTF-8 | 榮쒐쪏節ц짔 | 1110011010100110101011101110110010010010100100001110110010101010100011111110011110101111100000001101000110000110111011001010011110010100 | e6a6aeec9290ecaa8fe7af80d186eca794 |
UHC | 榮쒐쪏節ц짔 | 111001111011010010011100111001111010010110001001111011111011110110101100111010001010001110011101 | e7b49ce7a589efbdace8a39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)