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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 牾脣[牾脣[^ | 1110000010110001111000111111101001011011111000001011000111100011111110100101101101011110 | e0b1e3fa5be0b1e3fa5b5e |
EUC-JP | 牾脣[牾脣[^ | 1110000010110011111001101111110001011011111000001011001111100110111111000101101101011110 | e0b3e6fc5be0b3e6fc5b5e |
UTF-8 | 牾脣[牾脣[^ | 111001111000100110111110111010001000010010100011010110111110011110001001101111101110100010000100101000110101101101011110 | e789bee884a35be789bee884a35b5e |
UHC | ?脣[?脣[^ | 001111111110001011101110010110110011111111100010111011100101101101011110 | 3fe2ee5b3fe2ee5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)