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 | 蘊o????^ | 111001010101110110000010100011110011111100111111001111110011111101011110 | e55d828f3f3f3f3f5e |
EUC-JP | 蘊o????^ | 111010011011111010100011111011110011111100111111001111110011111101011110 | e9bea3ef3f3f3f3f5e |
UTF-8 | 蘊o쉼溫곤쉈^ | 11101000100110001000101011101111101111011000111111101100100010011011110011100110101110101010101111101010101100111010010011101100100010011000100001011110 | e8988aefbd8fec89bce6baabeab3a4ec89885e |
UHC | 蘊o쉼溫곤쉈^ | 11101000101100111010001111101111101111011011000011101000101011101011000011101111101111011010010101011110 | e8b3a3efbdb0e8aeb0efbda55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)