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 | çõèÒ | 100100101110011110010101111101011110100011010010 | 92e795f5e8d2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ç?õèÒ | 0011111110001111101010111010111000111111100011111010101111011000100011111010101110110010100011111010101011010010 | 3f8fabae3f8fabd88fabb28faad2 |
UTF-8 | çõèÒ | 110000101001001011000011101001111100001010010101110000111011010111000011101010001100001110010010 | c292c3a7c295c3b5c3a8c392 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)