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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 燾ォ蟐ュe^ | 1111101101011010101010111110010110101010101011010110010101011110 | fb5aabe5aaad655e |
EUC-JP | 燾ォ蟐ュe^ | 1000111111001010101111011000111010101011111010101010110010001110101011010110010101011110 | 8fcabd8eabeaac8ead655e |
UTF-8 | 燾ォ蟐ュe^ | 1110011110000111101111101110111110111101101010111110100010011111100100001110111110111101101011010110010101011110 | e787beefbdabe89f90efbdad655e |
UHC | 燾???e^ | 11010100101001110011111100111111001111110110010101011110 | d4a73f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)