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 | 遲ス奓 | 1110011110101101101111011111101010100000 | e7adbdfaa0 |
EUC-JP | 遲ス奓 | 11101110101011111000111010111101100011111011100011110101 | eeaf8ebd8fb8f5 |
UTF-8 | 遲ス奓 | 111010011000000110110010111011111011110110111101111001011010010110010011 | e981b2efbdbde5a593 |
UHC | 遲?? | 11110010110000000011111100111111 | f2c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)