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 | 財?棺??湲 | 100011011110000000111111100010101011101100111111001111111001111111010001 | 8de03f8abb3f3f9fd1 |
EUC-JP | 財?棺??湲 | 101110101110001000111111101101001011110100111111001111111101111011010011 | bae23fb4bd3f3fded3 |
UTF-8 | 財명棺뤋넥湲 | 111010001011001010100001111010111010101010000101111001101010001110111010111010111010010010001011111010111000010010100101111001101011100110110010 | e8b2a1ebaa85e6a3baeba48beb84a5e6b9b2 |
UHC | 財명棺뤋넥湲 | 111011101010111110111000111011011100111010110010100011111011101110110011110110001110101010111000 | eeafb8edceb28fbbb3d8eab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)