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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?閃?閃B | 00111111100100010100110100111111100100010100110101000010 | 3f914d3f914d42 |
EUC-JP | 詵閃詵閃B | 1000111111011101111001111100000110101110100011111101110111100111110000011010111001000010 | 8fdde7c1ae8fdde7c1ae42 |
UTF-8 | 詵閃詵閃B | 11101000101010011011010111101001100101101000001111101000101010011011010111101001100101101000001101000010 | e8a9b5e99683e8a9b5e9968342 |
UHC | 詵閃詵閃B | 111000001101001011100000111011001110000011010010111000001110110001000010 | e0d2e0ece0d2e0ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)