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 | 笳笞溽笞 | 1110001010010111111000101001101010011111111001111110001010011010 | e297e29a9fe7e29a |
EUC-JP | 笳笞溽笞 | 1110001111110111111000111111101011011110111010011110001111111010 | e3f7e3fadee9e3fa |
UTF-8 | 笳笞溽笞 | 111001111010110010110011111001111010110010011110111001101011101010111101111001111010110010011110 | e7acb3e7ac9ee6babde7ac9e |
UHC | ?笞?笞 | 001111111111011111000010001111111111011111000010 | 3ff7c23ff7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)