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 | ?②??②?^ | 001111111000011101000001001111110011111110000111010000010011111101011110 | 3f87413f3f87413f5e |
EUC-JP | 薏??薏??^ | 1000111111011001110111100011111100111111100011111101100111011110001111110011111101011110 | 8fd9de3f3f8fd9de3f3f5e |
UTF-8 | 薏②뮋薏②뮋^ | 11101000100101101000111111100010100100011010000111101011101011101000101111101000100101101000111111100010100100011010000111101011101011101000101101011110 | e8968fe291a1ebae8be8968fe291a1ebae8b5e |
UHC | 薏②뮋薏②뮋^ | 11101011111110111010100011101000100100101001100111101011111110111010100011101000100100101001100101011110 | ebfba8e89299ebfba8e892995e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)