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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ク邊イ糜宍h | 1111000010101111101110001110011110110010101100101110001011110100100011101011001101101000 | f0afb8e7b2b2e2f48eb368 |
EUC-JP | ?ク邊イ糜宍h | 001111111000111010111000111011101011010010001110101100101110010011110110101111001011010101101000 | 3f8eb8eeb48eb2e4f6bcb568 |
UTF-8 | ク邊イ糜宍h | 11101110100000011010111011101111101111011011100011101001100000101000101011101111101111011011001011100111101100111001110011100101101011101000110101101000 | ee81aeefbdb8e9828aefbdb2e7b39ce5ae8d68 |
UHC | ??邊???h | 0011111100111111110111001010101100111111001111110011111101101000 | 3f3fdcab3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)