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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 혮째혴혡혺혟 | 111011011001100010101110111011001010011110111000111011011001100010110100111011011001100010100001111011011001100010111010111011011001100010011111 | ed98aeeca7b8ed98b4ed98a1ed98baed989f |
UHC | 혮째혴혡혺혟 | 110000101001010111000010101100001100001010011011110000101000101011000010100111111100001010001001 | c295c2b0c29bc28ac29fc289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)