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 | 濡???щ? | 1001010001000111001111110011111100111111100001001000101100111111 | 94473f3f3f848b3f |
EUC-JP | 濡???щ? | 1100011110101000001111110011111100111111101001111110101100111111 | c7a83f3f3fa7eb3f |
UTF-8 | 濡딅죨嶺щ죧 | 1110011010111111101000011110101110010100100001011110110010100011101010001110111110100110101010111101000110001001111011001010001110100111 | e6bfa1eb9485eca3a8efa6abd189eca3a7 |
UHC | 濡딅죨嶺щ죧 | 111010111010000110001010111010111010000110000011111001111010110110101100111010111010000110000010 | eba18aeba183e7adaceba182 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)