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 | 財?棺??傲 | 100011011110000000111111100010101011101100111111001111111001100011111100 | 8de03f8abb3f3f98fc |
EUC-JP | 財?棺??傲 | 101110101110001000111111101101001011110100111111001111111101000011111110 | bae23fb4bd3f3fd0fe |
UTF-8 | 財명棺뤋넵傲 | 111010001011001010100001111010111010101010000101111001101010001110111010111010111010010010001011111010111000010010110101111001011000001010110010 | e8b2a1ebaa85e6a3baeba48beb84b5e582b2 |
UHC | 財명棺뤋넵傲 | 111011101010111110111000111011011100111010110010100011111011101110110011110111001110011111101100 | eeafb8edceb28fbbb3dce7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)