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 | ???艾?? | 00111111001111110011111111100100100010000011111100111111 | 3f3f3fe4883f3f |
EUC-JP | 獒??艾?? | 100011111100101110111011001111110011111111100111111010000011111100111111 | 8fcbbb3f3fe7e83f3f |
UTF-8 | 獒방궆艾뉓툑 | 111001111000110110010010111010111011000010101001111010101011011010000110111010001000100110111110111010111000100110010011111011011000100010010001 | e78d92ebb0a9eab686e889beeb8993ed8891 |
UHC | 獒방궆艾뉓툑 | 111010001010001110111001111001101000001010011111111001001111010110000111111010001011100010001000 | e8a3b9e6829fe4f587e8b888 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)