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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隨倩サ | 1110011110101100100110001110100010111011 | e7ac98e8bb |
EUC-JP | 隨倩サ | 111011101010111011010000111010101000111010111011 | eeaed0ea8ebb |
UTF-8 | 隨倩サ | 111010011001101010101000111001011000000010101001111011111011110110111011 | e99aa8e580a9efbdbb |
UHC | 隨?? | 11100010110010110011111100111111 | e2cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)