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 | 楯史俯 | 100011110111110010001110011010101001100011101011 | 8f7c8e6a98eb |
EUC-JP | 楯史俯 | 101111011101110110111011110010111101000011101101 | bdddbbcbd0ed |
UTF-8 | 楯史俯 | 111001101010010110101111111001011000111110110010111001001011111110101111 | e6a5afe58fb2e4bfaf |
UHC | 楯史俯 | 111000101110010011011110110010001101110011110110 | e2e4dec8dcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)