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 | 牆?漿? | 111000001010110100111111100111111111011100111111 | e0ad3f9ff73f |
EUC-JP | 牆?漿? | 111000001010111100111111110111101111100100111111 | e0af3fdef93f |
UTF-8 | 牆렕漿렔 | 111001111000100110000110111010111010000010010101111001101011110010111111111010111010000010010100 | e78986eba095e6bcbfeba094 |
UHC | 牆렕漿렔 | 1110110111101101100011101010101011101101111011001000111010101001 | eded8eaaedec8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)