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 | 陽涌韲毬痞 | 10010111011110101001011101001111111010001110110010011111011110111110000101111100 | 977a974fe8ec9f7be17c |
EUC-JP | 陽涌韲毬痞 | 11001101110110111100110110110000111100001110111011011101110111001110000111011101 | cddbcdb0f0eedddce1dd |
UTF-8 | 陽涌韲毬痞 | 111010011001100110111101111001101011011010001100111010011001111110110010111001101010111110101100111001111001011110011110 | e999bde6b68ce99fb2e6aface7979e |
UHC | 陽涌?毬? | 1110010111010101111010011011111100111111110011111011001100111111 | e5d5e9bf3fcfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)