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ツ仰渉洲 | 11000011101001000101000011000010100010111100001010001111110000101000111101000110 | c3a450c28bc28fc28f46 |
EUC-JP | テ、Pツ仰渉洲 | 10001110110000111000111010100100010100001000111011000010101101101100010010111110110001001011110110100111 | 8ec38ea4508ec2b6c4bec4bda7 |
UTF-8 | テ、Pツ仰渉洲 | 11101111101111101000001111101111101111011010010001010000111011111011111010000010111001001011101110110000111001101011100010001001111001101011010010110010 | efbe83efbda450efbe82e4bbb0e6b889e6b4b2 |
UHC | ??P?仰?洲 | 001111110011111101010000001111111110010011100110001111111111000110111101 | 3f3f503fe4e63ff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)