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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?鵝??鵝?^ | 001111111110101001000000001111110011111111101010010000000011111101011110 | 3fea403f3fea403f5e |
EUC-JP | ?鵝??鵝?^ | 001111111111001110100001001111110011111111110011101000010011111101011110 | 3ff3a13f3ff3a13f5e |
UTF-8 | 잂鵝쁃잂鵝戀^ | 11101100100111101000001011101001101101011001110111101100100000011000001111101100100111101000001011101001101101011001110111101111101001101001000001011110 | ec9e82e9b59dec8183ec9e82e9b59defa6905e |
UHC | 잂鵝쁃잂鵝戀^ | 10011111111000101110010010111101100110000100010010011111111000101110010010111101111001101100011101011110 | 9fe2e4bd98449fe2e4bde6c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)