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 | 搖??誼?? | 1001110110001010001111110011111110001011011000100011111100111111 | 9d8a3f3f8b623f3f |
EUC-JP | 搖??誼?? | 1101100111101010001111110011111110110101110000110011111100111111 | d9ea3f3fb5c33f3f |
UTF-8 | 搖깃꼍誼⒵틦 | 111001101001000010010110111010101011100110000011111010101011110010001101111010001010101010111100111000101001001010110101111011011000101110100110 | e69096eab983eabc8de8aabce292b5ed8ba6 |
UHC | 搖깃꼍誼⒵틦 | 111010001111010010110001111010101011001010111101111010111111111010101001111001101011101010010000 | e8f4b1eab2bdebfea9e6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)