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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 財?災?提? | 100011011110000000111111100011011101000000111111100100101111000100111111 | 8de03f8dd03f92f13f |
EUC-JP | 財?災?提? | 101110101110001000111111101110101101001000111111110001001111001100111111 | bae23fbad23fc4f33f |
UTF-8 | 財렗災렜提렡 | 111010001011001010100001111010111010000010010111111001111000000110111101111010111010000010011100111001101000111110010000111010111010000010100001 | e8b2a1eba097e781bdeba09ce68f90eba0a1 |
UHC | 財렗災렜提렡 | 111011101010111110001110101011001110111010101100100011101010111011110000101010111000111010110010 | eeaf8eaceeac8eaef0ab8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)