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 | æ§é¡ | 111001101000110110100111111010011010000110001111 | e68da7e9a18f |
SJIS-WIN | ??§??? | 00111111001111111000000110011000001111110011111100111111 | 3f3f81983f3f3f |
EUC-JP | �� | 10001111101010011100000100111111101000011111100010001111101010111011000110001111101000101100001000111111 | 8fa9c13fa1f88fabb18fa2c23f |
UTF-8 | æ§é¡ | 110000111010011011000010100011011100001010100111110000111010100111000010101000011100001010001111 | c3a6c28dc2a7c3a9c2a1c28f |
UHC | æ?§?¡? | 101010011010000100111111101000011101011100111111101000101010111000111111 | a9a13fa1d73fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)