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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ゙郢ム | 1111000010101111110111101110011110111001111101111000111011010001 | f0afdee7b9f78ed1 |
EUC-JP | ?゙郢?ム | 0011111110001110110111101110111010111011001111111000111011010001 | 3f8edeeebb3f8ed1 |
UTF-8 | ゙郢ム | 111011101000000110101110111011111011111010011110111010011000001110100010111011101001010110110001111011111011111010010001 | ee81aeefbe9ee983a2ee95b1efbe91 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)