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 | 佚р?節 | 10011000110000111000010010000010001111111001000011011111 | 98c384823f90df |
EUC-JP | 佚р?節 | 11010000110001011010011111100010001111111100000011100001 | d0c5a7e23fc0e1 |
UTF-8 | 佚р꽒節 | 1110010010111101100110101101000110000000111010101011110110010010111001111010111110000000 | e4bd9ad180eabd92e7af80 |
UHC | 佚р꽒節 | 1110110011101010101011001110001010000100101000011110111110111101 | eceaace284a1efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)