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 | ëâ¸èξ | 111010111110001010111000111010001100111010111110 | ebe2b8e8cebe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëâ¸èÎ? | 10001111101010111011001110001111101010111010010010001111101000101011000110001111101010111011001010001111101010101100001000111111 | 8fabb38faba48fa2b18fabb28faac23f |
UTF-8 | ëâ¸èξ | 110000111010101111000011101000101100001010111000110000111010100011000011100011101100001010111110 | c3abc3a2c2b8c3a8c38ec2be |
UHC | ??¸??¾ | 0011111100111111101000101010110000111111001111111010100011111010 | 3f3fa2ac3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)