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«¬àû | 1001000101010000100100001010101110010000101011001110000011111011 | 915090ab90ace0fb |
SJIS-WIN | ?P???¬?? | 001111110101000000111111001111110011111110000001110010100011111100111111 | 3f503f3f3f81ca3f3f |
EUC-JP | ?P???¬àû | 00111111010100000011111100111111001111111010001011001100100011111010101110100010100011111010101111100101 | 3f503f3f3fa2cc8faba28fabe5 |
UTF-8 | P«¬àû | 110000101001000101010000110000101001000011000010101010111100001010010000110000101010110011000011101000001100001110111011 | c29150c290c2abc290c2acc3a0c3bb |
UHC | ?P?????? | 0011111101010000001111110011111100111111001111110011111100111111 | 3f503f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)