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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鵝??也よ? | 111010100100000000111111001111111001011011100111100000101110011000111111 | ea403f3f96e782e63f |
EUC-JP | 鵝??也よ? | 111100111010000100111111001111111100110011101001101001001110100000111111 | f3a13f3fcce9a4e83f |
UTF-8 | 鵝녺텥也よ꽦 | 111010011011010110011101111010111000010110111010111011011000010110100101111001001011100110011111111000111000001010001000111010101011110110100110 | e9b59deb85baed85a5e4b99fe38288eabda6 |
UHC | 鵝녺텥也よ꽦 | 111001001011110110000110111001111011011010011010111001011010010110101010111010001000010010110001 | e4bd86e7b69ae5a5aae884b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)