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 | 禹屯??奬? | 111000100101101010010011110101000011111100111111100110101111101100111111 | e25a93d43f3f9afb3f |
EUC-JP | 禹屯??奬? | 111000111011101111000110110101100011111100111111110101001111110100111111 | e3bbc6d63f3fd4fd3f |
UTF-8 | 禹屯렚렑奬렍 | 111001111010011010111001111001011011000110101111111010111010000010011010111010111010000010010001111001011010010110101100111010111010000010001101 | e7a6b9e5b1afeba09aeba091e5a5aceba08d |
UHC | 禹屯렚렑奬렍 | 111010011110000011010100111010101000111010101101100011101010011011101101111000011000111010100011 | e9e0d4ea8ead8ea6ede18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)