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 | ワス執 | 11110000101001111101110011110001100011101011110110001110101101111111000011111000 | f0a7dcf18ebd8eb7f0f8 |
EUC-JP | ?ワ?ス執? | 001111111000111011011100001111111000111010111101101111001011100100111111 | 3f8edc3f8ebdbcb93f |
UTF-8 | ワス執 | 111011101000000110100110111011111011111010011100111011101000010010001001111011111011110110111101111001011001111110110111111011101000001010110111 | ee81a6efbe9cee8489efbdbde59fb7ee82b7 |
UHC | ????執? | 00111111001111110011111100111111111100101111101100111111 | 3f3f3f3ff2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)