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 | 辿息造巽則 | 10010010010010001001000110100111100100011010001010010010010001101001000110100101 | 924891a791a2924691a5 |
EUC-JP | 辿息造巽則 | 11000011101010011100001010101001110000101010010011000011101001111100001010100111 | c3a9c2a9c2a4c3a7c2a7 |
UTF-8 | 辿息造巽則 | 111010001011111010111111111001101000000110101111111010011000000010100000111001011011011110111101111001011000100110000111 | e8bebfe681afe980a0e5b7bde58987 |
UHC | ?息造巽則 | 001111111110001111010011111100001110001111100001110111101111011011001110 | 3fe3d3f0e3e1def6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)