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 | 闔俯噴 | 111010001000111010011000111010111001010110101100 | e88e98eb95ac |
EUC-JP | 闔俯噴 | 111011111110111011010000111011011100101010101110 | efeed0edcaae |
UTF-8 | 闔俯噴 | 111010011001011110010100111001001011111110101111111001011001100110110100 | e99794e4bfafe599b4 |
UHC | 闔俯噴 | 111110011110111111011100111101101101110111000100 | f9efdcf6ddc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)