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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 褓葱\}褓葱\{^ | 11100101111011101001010001001011010111000111110111100101111011101001010001001011010111000111101101011110 | e5ee944b5c7de5ee944b5c7b5e |
EUC-JP | 褓葱\}褓葱\{^ | 11101010111100001100011110101100010111000111110111101010111100001100011110101100010111000111101101011110 | eaf0c7ac5c7deaf0c7ac5c7b5e |
UTF-8 | 褓葱\}褓葱\{^ | 1110100010100100100100111110100010010001101100010101110001111101111010001010010010010011111010001001000110110001010111000111101101011110 | e8a493e891b15c7de8a493e891b15c7b5e |
UHC | 褓?\}褓?\{^ | 1101110011001110001111110101110001111101110111001100111000111111010111000111101101011110 | dcce3f5c7ddcce3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)