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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 敖?? | 10011101110000100011111100111111 | 9dc23f3f |
EUC-JP | 敖?? | 11011010110001000011111100111111 | dac43f3f |
UTF-8 | 敖뉔뮈 | 111001101001010110010110111010111000100110010100111010111010111010001000 | e69596eb8994ebae88 |
UHC | 敖뉔뮈 | 111001111111100110000111111010011011100110111111 | e7f987e9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)