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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
UTF-8 | 룴절룫혧㈐룫熉^ | 11101011101000111011010011101100101000001000100011101011101000111010101111101101100110001010011111100011100010001001000011101011101000111010101111100111100001101000100101011110 | eba3b4eca088eba3abed98a7e38890eba3abe786895e |
UHC | 룴절룫혧㈐룫熉^ | 100011111010100111000000111111011000111110100010110000101000111110101001110000011000111110100010111010011111101101011110 | 8fa9c0fd8fa2c28fa9c18fa2e9fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)