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 | 癲щ!一 | 1110000110011111100001001000101110000001010010011000100011101010 | e19f848b814988ea |
EUC-JP | 癲щ!一 | 1110001010100001101001111110101110100001101010101011000011101100 | e2a1a7eba1aab0ec |
UTF-8 | 癲щ!一 | 1110011110011001101100101101000110001001111011111011110010000001111001001011100010000000 | e799b2d189efbc81e4b880 |
UHC | 癲щ!一 | 1110111110100110101011001110101110100011101000011110110011101001 | efa6aceba3a1ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)