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 | ??\[??\[^ | 001111110011111101011100010110110011111100111111010111000101101101011110 | 3f3f5c5b3f3f5c5b5e |
SJIS-WIN | 鴫\[鴫\[^ | 11110000110000001000111010110000010111000101101111110000110000001000111010110000010111000101101101011110 | f0c08eb05c5bf0c08eb05c5b5e |
EUC-JP | ?鴫\[?鴫\[^ | 0011111110111100101100100101110001011011001111111011110010110010010111000101101101011110 | 3fbcb25c5b3fbcb25c5b5e |
UTF-8 | 鴫\[鴫\[^ | 1110111010000001101111111110100110110100101010110101110001011011111011101000000110111111111010011011010010101011010111000101101101011110 | ee81bfe9b4ab5c5bee81bfe9b4ab5c5b5e |
UHC | ??\[??\[^ | 001111110011111101011100010110110011111100111111010111000101101101011110 | 3f3f5c5b3f3f5c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)