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 | 艤殞敷 | 111001000111111010011111011011011001010101111110 | e47e9f6d957e |
EUC-JP | 艤殞敷 | 111001111101111111011101110011101100100111011111 | e7dfddcec9df |
UTF-8 | 艤殞敷 | 111010001000100110100100111001101010111010011110111001101001010110110111 | e889a4e6ae9ee695b7 |
UHC | 艤殞敷 | 111010111111101011101001111110011101110110100111 | ebfae9f9dda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)