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? | 0011111100111111001111110101000000111111 | 3f3f3f503f |
SJIS-WIN | テδ、Pテ | 110000111000001111000010101001000101000011000011 | c383c2a450c3 |
EUC-JP | テδ、Pテ | 100011101100001110100110110001001000111010100100010100001000111011000011 | 8ec3a6c48ea4508ec3 |
UTF-8 | テδ、Pテ | 111011111011111010000011110011101011010011101111101111011010010001010000111011111011111010000011 | efbe83ceb4efbda450efbe83 |
UHC | ?δ?P? | 001111111010010111100100001111110101000000111111 | 3fa5e43f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)