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 | ??????mG | 0011111100111111001111110011111100111111001111110110110101000111 | 3f3f3f3f3f3f6d47 |
SJIS-WIN | 褥ν????mG | 11100101111100011000001111001011001111110011111100111111001111110110110101000111 | e5f183cb3f3f3f3f6d47 |
EUC-JP | 褥ν????mG | 11101010111100111010011011001101001111110011111100111111001111110110110101000111 | eaf3a6cd3f3f3f3f6d47 |
UTF-8 | 褥ν씗溜곕젨mG | 11101000101001001010010111001110101111011110110010010100100101111110111110100111100010111110101010110011100101011110110010100000101010000110110101000111 | e8a4a5cebdec9497efa78beab395eca0a86d47 |
UHC | 褥ν씗溜곕젨mG | 1110100110110011101001011110110110011101101011001110101011111110101100001110101110100000101000000110110101000111 | e9b3a5ed9daceafeb0eba0a06d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)