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 | 跿誤赴 | 111001101111001110001100111010111001010110001011 | e6f38ceb958b |
EUC-JP | 跿誤赴 | 111011001111010110111000111011011100100111101011 | ecf5b8edc9eb |
UTF-8 | 跿誤赴 | 111010001011011110111111111010001010101010100100111010001011010110110100 | e8b7bfe8aaa4e8b5b4 |
UHC | ?誤赴 | 0011111111101000101001101101110110111001 | 3fe8a6ddb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)