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 | 陬らョ呈 | 11101000101000111000001011100111101011101001001011100110 | e8a382e7ae92e6 |
EUC-JP | 陬らョ呈 | 1111000010100101101001001110100110001110101011101100010011101000 | f0a5a4e98eaec4e8 |
UTF-8 | 陬らョ呈 | 111010011001100110101100111000111000001010001001111011111011110110101110111001011001000110001000 | e999ace38289efbdaee59188 |
UHC | ?ら?呈 | 001111111010101011101001001111111110111111010000 | 3faae93fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)