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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 繹曜世\ | 11100011100010001001011101101010100100001010001001011100 | e388976a90a25c |
EUC-JP | 繹曜世\ | 11100101111010001100110111001011110000001010010001011100 | e5e8cdcbc0a45c |
UTF-8 | 繹曜世\ | 11100111101110011011100111100110100110111001110011100100101110001001011001011100 | e7b9b9e69b9ce4b8965c |
UHC | 繹曜世\ | 11100110101110101110100011111000111000011010011001011100 | e6bae8f8e1a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)