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 | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-WIN | 辰単足D巽息 | 1001001001000011100100100101000010010001101010110100010010010010010001101001000110100111 | 9243925091ab44924691a7 |
EUC-JP | 辰単足D巽息 | 1100001110100100110000111011000111000010101011010100010011000011101001111100001010101001 | c3a4c3b1c2ad44c3a7c2a9 |
UTF-8 | 辰単足D巽息 | 11101000101111101011000011100101100011011001100011101000101101101011001101000100111001011011011110111101111001101000000110101111 | e8beb0e58d98e8b6b344e5b7bde681af |
UHC | 辰?足D巽息 | 11110010111000110011111111110000111010110100010011100001110111101110001111010011 | f2e33ff0eb44e1dee3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)