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 | 猥??鵝?? | 1110000011001110001111110011111111101010010000000011111100111111 | e0ce3f3fea403f3f |
EUC-JP | 猥??鵝?? | 1110000011010000001111110011111111110011101000010011111100111111 | e0d03f3ff3a13f3f |
UTF-8 | 猥띾젺鵝뉖젒 | 111001111000110010100101111010111001110110111110111011001010000010111010111010011011010110011101111010111000100110010110111011001010000010010010 | e78ca5eb9dbeeca0bae9b59deb8996eca092 |
UHC | 猥띾젺鵝뉖젒 | 111010001110010110001101111010111010000010101101111001001011110110000111111010111010000010010001 | e8e58deba0ade4bd87eba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)