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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬らョ貞 | 11101000101000111000001011100111101011101001001011100101 | e8a382e7ae92e5 |
EUC-JP | 陬らョ貞 | 1111000010100101101001001110100110001110101011101100010011100111 | f0a5a4e98eaec4e7 |
UTF-8 | 陬らョ貞 | 111010011001100110101100111000111000001010001001111011111011110110101110111010001011001010011110 | e999ace38289efbdaee8b29e |
UHC | ?ら?貞 | 001111111010101011101001001111111110111111110110 | 3faae93feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)