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 | 韆尺邪捨 | 1110100011100110100011101101101010001110110101111000111011001100 | e8e68eda8ed78ecc |
EUC-JP | 韆尺邪捨 | 1111000011101000101111001101110010111100110110011011110011001110 | f0e8bcdcbcd9bcce |
UTF-8 | 韆尺邪捨 | 111010011001111110000110111001011011000010111010111010011000001010101010111001101000110110101000 | e99f86e5b0bae982aae68da8 |
UHC | 韆尺邪捨 | 1111010011000111111101001010100111011110111101111101111011010111 | f4c7f4a9def7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)