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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炭其造巽束 | 10010010010110011001000110110100100100011010001010010010010001101001000110101001 | 925991b491a2924691a9 |
EUC-JP | 炭其造巽束 | 11000011101110101100001010110110110000101010010011000011101001111100001010101011 | c3bac2b6c2a4c3a7c2ab |
UTF-8 | 炭其造巽束 | 111001111000001010101101111001011000010110110110111010011000000010100000111001011011011110111101111001101001110110011111 | e782ade585b6e980a0e5b7bde69d9f |
UHC | 炭其造巽束 | 11110111101010011101000011101100111100001110001111100001110111101110000111010110 | f7a9d0ecf0e3e1dee1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)