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 | ?案??案?^ | 001111111000100011000100001111110011111110001000110001000011111101011110 | 3f88c43f3f88c43f5e |
EUC-JP | ?案??案?^ | 001111111011000011000110001111110011111110110000110001100011111101011110 | 3fb0c63f3fb0c63f5e |
UTF-8 | 렯案렓렯案렓^ | 11101011101000001010111111100110101000011000100011101011101000001001001111101011101000001010111111100110101000011000100011101011101000001001001101011110 | eba0afe6a188eba093eba0afe6a188eba0935e |
UHC | 렯案렓렯案렓^ | 10001110101111001110010011010000100011101010100010001110101111001110010011010000100011101010100001011110 | 8ebce4d08ea88ebce4d08ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)