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 | ¯_¯· | 1001000110101111100110000101111110000100101011111000100010110111 | 91af985f84af88b7 |
SJIS-WIN | ???_???? | 0011111100111111001111110101111100111111001111110011111100111111 | 3f3f3f5f3f3f3f3f |
EUC-JP | ?¯?_?¯?? | 001111111000111110100010101101000011111101011111001111111000111110100010101101000011111100111111 | 3f8fa2b43f5f3f8fa2b43f3f |
UTF-8 | ¯_¯· | 110000101001000111000010101011111100001010011000010111111100001010000100110000101010111111000010100010001100001010110111 | c291c2afc2985fc284c2afc288c2b7 |
UHC | ???_???· | 001111110011111100111111010111110011111100111111001111111010000110100100 | 3f3f3f5f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)