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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒔鋙雫鰀 | 11110000111000101000111010101010111110111101000110001110101101001111110001000110 | f0e28eaafbd18eb4fc46 |
EUC-JP | ?蒔鋙雫鰀 | 0011111110111100101011001000111111100100110000111011110010110110100011111110101110100101 | 3fbcac8fe4c3bcb68feba5 |
UTF-8 | 蒔鋙雫鰀 | 111011101000001010100001111010001001001010010100111010011000101110011001111010011001101110101011111010011011000010000000 | ee82a1e89294e98b99e99babe9b080 |
UHC | ?蒔??? | 001111111110001111001000001111110011111100111111 | 3fe3c83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)