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???? | 00111111001111110101000000111111001111110011111100111111 | 3f3f503f3f3f3f |
SJIS-WIN | テ、Pツ仰渉拾 | 11000011101001000101000011000010100010111100001010001111110000101000111101000101 | c3a450c28bc28fc28f45 |
EUC-JP | テ、Pツ仰渉拾 | 10001110110000111000111010100100010100001000111011000010101101101100010010111110110001001011110110100110 | 8ec38ea4508ec2b6c4bec4bda6 |
UTF-8 | テ、Pツ仰渉拾 | 11101111101111101000001111101111101111011010010001010000111011111011111010000010111001001011101110110000111001101011100010001001111001101000101110111110 | efbe83efbda450efbe82e4bbb0e6b889e68bbe |
UHC | ??P?仰?拾 | 001111110011111101010000001111111110010011100110001111111110001110100110 | 3f3f503fe4e63fe3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)