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 | ¹P¹P^ | 100100001011100110010001010100001001000010111001100100010101000001011110 | 90b9915090b991505e |
SJIS-WIN | ???P???P^ | 001111110011111100111111010100000011111100111111001111110101000001011110 | 3f3f3f503f3f3f505e |
EUC-JP | ???P???P^ | 001111110011111100111111010100000011111100111111001111110101000001011110 | 3f3f3f503f3f3f505e |
UTF-8 | ¹P¹P^ | 110000101001000011000010101110011100001010010001010100001100001010010000110000101011100111000010100100010101000001011110 | c290c2b9c29150c290c2b9c291505e |
UHC | ?¹?P?¹?P^ | 0011111110101001111101100011111101010000001111111010100111110110001111110101000001011110 | 3fa9f63f503fa9f63f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)