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 | ?D?x?? | 001111110100010000111111011110000011111100111111 | 3f443f783f3f |
SJIS-WIN | ?D?x?? | 001111110100010000111111011110000011111100111111 | 3f443f783f3f |
EUC-JP | ?D?x?? | 001111110100010000111111011110000011111100111111 | 3f443f783f3f |
UTF-8 | 혵D혣x혬청 | 1110110110011000101101010100010011101101100110001010001101111000111011011001100010101100111011001011001010101101 | ed98b544ed98a378ed98acecb2ad |
UHC | 혵D혣x혬청 | 11000010100111000100010011000010100011000111100011000010100101001100001110111011 | c29c44c28c78c294c3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)