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 | 鮓峨う赭 | 1110100110110110100010011110001110000010101001001110011011011110 | e9b689e382a4e6de |
EUC-JP | 鮓峨う赭 | 1111001010111000101100101110010110100100101001101110110011100000 | f2b8b2e5a4a6ece0 |
UTF-8 | 鮓峨う赭 | 111010011010111010010011111001011011001110101000111000111000000110000110111010001011010110101101 | e9ae93e5b3a8e38186e8b5ad |
UHC | ?峨う? | 001111111110010010110001101010101010011000111111 | 3fe4b1aaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)