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 | 韈樣傷 | 111010001110011110011110111010011000111110011101 | e8e79ee98f9d |
EUC-JP | 韈樣傷 | 111100001110100111011100111010111011110111111101 | f0e9dcebbdfd |
UTF-8 | 韈樣傷 | 111010011001111110001000111001101010100010100011111001011000001010110111 | e99f88e6a8a3e582b7 |
UHC | ?樣傷 | 0011111111100101110001101101111110111111 | 3fe5c6dfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)