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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謳肴錐螟 | 1110011010010000100011011110011010010000100011011110010110100100 | e6908de6908de5a4 |
EUC-JP | 謳肴錐螟 | 1110101111110000101110101110100010111111111011011110101010100110 | ebf0bae8bfedeaa6 |
UTF-8 | 謳肴錐螟 | 111010001010110010110011111010001000001010110100111010011000110010010000111010001001111010011111 | e8acb3e882b4e98c90e89e9f |
UHC | 謳肴錐螟 | 1100111111000100111111011010001011110101110111101101100110101101 | cfc4fda2f5ded9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)