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 | 旨????慟 | 1000111001111100001111110011111100111111001111111001110011010100 | 8e7c3f3f3f3f9cd4 |
EUC-JP | 旨????慟 | 1011101111011101001111110011111100111111001111111101100011010110 | bbdd3f3f3f3fd8d6 |
UTF-8 | 旨렚렺렱뤈慟 | 111001101001011110101000111010111010000010011010111010111010000010111010111010111010000010110001111010111010010010001000111001101000010110011111 | e697a8eba09aeba0baeba0b1eba488e6859f |
UHC | 旨렚렺렱뤈慟 | 111100101010100110001110101011011000111011000010100011101011111010001111101110001111011111010001 | f2a98ead8ec28ebe8fb8f7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)