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 | ÷õÐÄîä | 111101111111010111010000110001001110111011100100 | f7f5d0c4eee4 |
SJIS-WIN | ÷????? | 10000001100000000011111100111111001111110011111100111111 | 81803f3f3f3f3f |
EUC-JP | ÷õ?Äîä | 101000011110000010001111101010111101100000111111100011111010101010100011100011111010101111000010100011111010101110100011 | a1e08fabd83f8faaa38fabc28faba3 |
UTF-8 | ÷õÐÄîä | 110000111011011111000011101101011100001110010000110000111000010011000011101011101100001110100100 | c3b7c3b5c390c384c3aec3a4 |
UHC | ÷?Ð??? | 1010000111000000001111111010100010100010001111110011111100111111 | a1c03fa8a23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)