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 | 縊ゅ?縊 | 11100011011011111000001011100011001111111110001101101111 | e36f82e33fe36f |
EUC-JP | 縊ゅ?縊 | 11100101110100001010010011100101001111111110010111010000 | e5d0a4e53fe5d0 |
UTF-8 | 縊ゅ븭縊 | 111001111011100010001010111000111000001010000101111010111011100010101101111001111011100010001010 | e7b88ae38285ebb8ade7b88a |
UHC | 縊ゅ븭縊 | 1110010011111100101010101110010110010101100101101110010011111100 | e4fcaae59596e4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)