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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺嫉示 | 1111101111000100100011101011100111110000101011111000111010100110 | fbc48eb9f0af8ea6 |
EUC-JP | 鈺嫉?示 | 1000111111100011110101011011110010111011001111111011110010101000 | 8fe3d5bcbb3fbca8 |
UTF-8 | 鈺嫉示 | 111010011000100010111010111001011010101110001001111011101000000110101110111001111010010010111010 | e988bae5ab89ee81aee7a4ba |
UHC | 鈺嫉?示 | 11101000101011011111001011101100001111111110001111000110 | e8adf2ec3fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)