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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顔襄?? | 100010101110011111100101111101010011111100111111 | 8ae7e5f53f3f |
EUC-JP | 顔襄?珩 | 1011010011101001111010101111011100111111100011111100101111110111 | b4e9eaf73f8fcbf7 |
UTF-8 | 顔襄셰珩 | 111010011010000110010100111010001010010110000100111011001000010110110000111001111000111110101001 | e9a194e8a584ec85b0e78fa9 |
UHC | 顔襄셰珩 | 1110010011010100111001011101000110111100110011101111101110101000 | e4d4e5d1bccefba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)