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 | å¹ã©ú | 1110010110000111101110011110001110000011101010011111101010011110 | e587b9e383a9fa9e |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ã?©ú? | 10001111101010111010100100111111001111111000111110101011101010100011111110001111101000101110110110001111101010111110001000111111 | 8faba93f3f8fabaa3f8fa2ed8fabe23f |
UTF-8 | å¹ã©ú | 11000011101001011100001010000111110000101011100111000011101000111100001010000011110000101010100111000011101110101100001010011110 | c3a5c287c2b9c3a3c283c2a9c3bac29e |
UHC | ??¹????? | 001111110011111110101001111101100011111100111111001111110011111100111111 | 3f3fa9f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)