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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠇ド蠇 | 111110111010000110000011011010001111101110100001 | fba18368fba1 |
EUC-JP | ?ド? | 00111111101001011100100100111111 | 3fa5c93f |
UTF-8 | 蠇ド蠇 | 111010001010000010000111111000111000001110001001111010001010000010000111 | e8a087e38389e8a087 |
UHC | ?ド? | 00111111101010111100100100111111 | 3fabc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)