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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 冗??冗??^ | 100011111110011100111111001111111000111111100111001111110011111101011110 | 8fe73f3f8fe73f3f5e |
EUC-JP | 冗??冗??^ | 101111101110100100111111001111111011111011101001001111110011111101011110 | bee93f3fbee93f3f5e |
UTF-8 | 冗뱀쇊冗뱀쇅^ | 11100101100001101001011111101011101100011000000011101100100001111000101011100101100001101001011111101011101100011000000011101100100001111000010101011110 | e58697ebb180ec878ae58697ebb180ec87855e |
UHC | 冗뱀쇊冗뱀쇅^ | 11101001101101111011100111101100100110011011110011101001101101111011100111101100100110011011100001011110 | e9b7b9ec99bce9b7b9ec99b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)