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 | à ÂC¼ | 110000111010000011000010100110010100001111000010100010001100001010111100 | c3a0c29943c288c2bc |
SJIS-WIN | ????C???? | 001111110011111100111111001111110100001100111111001111110011111100111111 | 3f3f3f3f433f3f3f3f |
EUC-JP | Ã?Â?CÂ?Â? | 1000111110101010101010100011111110001111101010101010010000111111010000111000111110101010101001000011111110001111101010101010010000111111 | 8faaaa3f8faaa43f438faaa43f8faaa43f |
UTF-8 | à ÂC¼ | 1100001110000011110000101010000011000011100000101100001010011001010000111100001110000010110000101000100011000011100000101100001010111100 | c383c2a0c382c29943c382c288c382c2bc |
UHC | ????C???¼ | 00111111001111110011111100111111010000110011111100111111001111111010100011111001 | 3f3f3f3f433f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)