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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?猛靡諄? | 0011111110010110110100101110101001110010111001100111100000111111 | 3f96d2ea72e6783f |
EUC-JP | 洧猛靡諄? | 10001111110001111011010011001100110101001111001111010011111010111101100100111111 | 8fc7b4ccd4f3d3ebd93f |
UTF-8 | 洧猛靡諄렖 | 111001101011010010100111111001111000110010011011111010011001110110100001111010001010101110000100111010111010000010010110 | e6b4a7e78c9be99da1e8ab84eba096 |
UHC | 洧猛靡諄렖 | 11101010111110111101100011101101110110101011110011100010111101001000111010101011 | eafbd8eddabce2f48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)