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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ∫∵?權 | 10000001111001111000000111100110001111111001111011011100 | 81e781e63f9edc |
EUC-JP | ∫∵?權 | 10100010111010011010001011101000001111111101110011011110 | a2e9a2e83fdcde |
UTF-8 | ∫∵룶權 | 111000101000100010101011111000101000100010110101111010111010001110110110111001101010110010001010 | e288abe288b5eba3b6e6ac8a |
UHC | ∫∵룶權 | 1010000111110010101000011111000110001111101010111100111111101101 | a1f2a1f18fabcfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)