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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕碑セー驕疲 | 11101001100000011001010011101000101111101011000011101001100000011001010011100110 | e98194e8beb0e98194e6 |
EUC-JP | 驕碑セー驕疲 | 111100011110000111001000111010101000111010111110100011101011000011110001111000011100100011101000 | f1e1c8ea8ebe8eb0f1e1c8e8 |
UTF-8 | 驕碑セー驕疲 | 111010011010100110010101111001111010001010010001111011111011110110111110111011111011110110110000111010011010100110010101111001111001011010110010 | e9a995e7a291efbdbeefbdb0e9a995e796b2 |
UHC | 驕碑??驕疲 | 11001110111101101101110111111000001111110011111111001110111101101111100110101010 | cef6ddf83f3fcef6f9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)