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 | Ä_¯· | 1001111111000100100110000101111110000100101011111000100010110111 | 9fc4985f84af88b7 |
SJIS-WIN | ???_???? | 0011111100111111001111110101111100111111001111110011111100111111 | 3f3f3f5f3f3f3f3f |
EUC-JP | ?Ä?_?¯?? | 001111111000111110101010101000110011111101011111001111111000111110100010101101000011111100111111 | 3f8faaa33f5f3f8fa2b43f3f |
UTF-8 | Ä_¯· | 110000101001111111000011100001001100001010011000010111111100001010000100110000101010111111000010100010001100001010110111 | c29fc384c2985fc284c2afc288c2b7 |
UHC | ???_???· | 001111110011111100111111010111110011111100111111001111111010000110100100 | 3f3f3f5f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)