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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??枇ご◇^ | 001111110011111110010100111110001000001010110010100000011001111001011110 | 3f3f94f882b2819e5e |
EUC-JP | ??枇ご◇^ | 001111110011111111001000111110101010010010110100101000011111111001011110 | 3f3fc8faa4b4a1fe5e |
UTF-8 | 룵뇟枇ご◇^ | 11101011101000111011010111101011100001111001111111100110100111101000011111100011100000011001010011100010100101111000011101011110 | eba3b5eb879fe69e87e38194e297875e |
UHC | 룵뇟枇ご◇^ | 1000111110101010101101001010000111011101111011011010101010110100101000011101111001011110 | 8faab4a1ddedaab4a1de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)