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 | 逅ョ繞キ嶹ァ | 111001111001000010101110111000111000010110110111111110101011010110100111 | e790aee385b7fab5a7 |
EUC-JP | 逅ョ繞キ嶹ァ | 11101101111100001000111010101110111001011110010110001110101101111000111110111011111101011000111010100111 | edf08eaee5e58eb78fbbf58ea7 |
UTF-8 | 逅ョ繞キ嶹ァ | 111010011000000010000101111011111011110110101110111001111011100110011110111011111011110110110111111001011011011010111001111011111011110110100111 | e98085efbdaee7b99eefbdb7e5b6b9efbda7 |
UHC | 逅?繞??? | 1111110110110001001111111110100110100100001111110011111100111111 | fdb13fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)