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 | 蹄肯? | 1001001011111011100011010110110100111111 | 92fb8d6d3f |
EUC-JP | 蹄肯? | 1100010011111101101110011100111000111111 | c4fdb9ce3f |
UTF-8 | 蹄肯떻 | 111010001011100110000100111010001000001010101111111010111001011010111011 | e8b984e882afeb96bb |
UHC | 蹄肯떻 | 111100001011010011010000111010011011011010111011 | f0b4d0e9b6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)