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??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
SJIS-WIN | Pモケ | 11110111101011000101000011010011101110011111000011101101 | f7ac50d3b9f0ed |
EUC-JP | ?Pモケ? | 00111111010100001000111011010011100011101011100100111111 | 3f508ed38eb93f |
UTF-8 | Pモケ | 11101110100101101000111101010000111011111011111010010011111011111011110110111001111011101000001010101100 | ee968f50efbe93efbdb9ee82ac |
UHC | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)